Thread
:
take Active Sheetname
View Single Post
#
2
Posted to microsoft.public.excel.programming
JE McGimpsey
external usenet poster
Posts: 4,624
take Active Sheetname
one way:
Dim nameSheet As String
nameSheet = ActiveSheet.Name
In article ,
Zurn wrote:
Dim nameSheet as string
variable nameSheet has to be the name of the current sheet, what do I
have to use?
Reply With Quote
JE McGimpsey
View Public Profile
Find all posts by JE McGimpsey