name of file folder

  • Thread starter Thread starter dstiefe
  • Start date Start date
D

dstiefe

how do you get the name of the file folder that your excel file is in?
 
If the opened files are saved

Thisworkbook.Path
'will return the path of the current workbook(where the macro is placed)

Activeworkbook.Path
'will retun the path of active workbook

If this post helps click Yes
 

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