F
Fanny
Dear Helpers,
I need to extract all the worksheet names in a summary worksheet. I copied
the following VBA from the Office Discussion Groups Q & A
Quote
Sub SheetList()
For Each ws In Worksheets
i = i + 1
Cells(i, 1) = ws.Name
Next
End Sub – by Mr Raypayette
Unquoted
The above vba works well but always have the result located at A1. Is it
possible to put it to B3 or any designated cell I choose.
Thanks in advance
Fanny
:
Click to show or hide original message or reply text.
I need to extract all the worksheet names in a summary worksheet. I copied
the following VBA from the Office Discussion Groups Q & A
Quote
Sub SheetList()
For Each ws In Worksheets
i = i + 1
Cells(i, 1) = ws.Name
Next
End Sub – by Mr Raypayette
Unquoted
The above vba works well but always have the result located at A1. Is it
possible to put it to B3 or any designated cell I choose.
Thanks in advance
Fanny
:
Click to show or hide original message or reply text.