take Active Sheetname

  • Thread starter Thread starter Zurn
  • Start date Start date
Z

Zurn

Dim nameSheet as string

variable nameSheet has to be the name of the current sheet, what do
have to use
 
dim MyBook as string
dim MySheet as string

MyBook = ActiveWorkbook.Name
MySheet = ActiveSheet.Name
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top