I got this to work as you indicate. Thanks. But, it doesn't solve the problem I'm working on
I have a multi-worksheet workbook. I want Excel to dynamically populate the first column of the first sheet with all the other sheet names in the workbook, one row/cell for each sheet number 2 though n.
I found a way to do this by extracting the sheet name from the filename, then referencing that string in the first sheet. But this approach requires the sheet name to also appear in its own respective sheet - and that's what I'm trying to avoid
....any other ideas?...