Hello,
I have a excel workbook that has +100 worksheets with different tab names. All of the names are dates but not in a consistent sequence. I would like to put every worksheet name into a column (let's say column A) on that specific worksheet.
I found - Range("A2") = ActiveSheet.Name - to be useful as an input for only 1 row. Also, it is far from inputting for each worksheet seperately.
Can anyone help me out?