workbook name (? function to return)

  • Thread starter Thread starter mark kubicki
  • Start date Start date
M

mark kubicki

what's the functuion to return the name of a workbook (as a string value)

? ... workbook.name

thanks, mark
 
ActiveWorkbook.Name

ActiveWorkbook.FullName (to have path and name)

also Thisworkbook, Workbooks(1) or anything that returns a reference to a
workbook.
 

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