Thread
:
Excel Macro
View Single Post
#
2
Posted to microsoft.public.excel.programming
Harald Staff
external usenet poster
Posts: 1,327
Excel Macro
Sub test()
Dim sh As Object
For Each sh In ActiveWorkbook.Sheets
MsgBox sh.Name
Next
End Sub
HTH. Best wishes Harald
"jerry chapman" skrev i melding
m...
How can I find the sheet names for an Excel program, by using a macro?
Reply With Quote
Harald Staff
View Public Profile
Find all posts by Harald Staff