Thread: CurDir("c")
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tushar Mehta Tushar Mehta is offline
external usenet poster
 
Posts: 1,071
Default CurDir("c")

ThisWorkbook.Path

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article ,
says...
Is there a way to get back the path to the spreadsheet that is running this
VB script?

The subject call only brings back the path to MyDocuments.

Thanks!

Bob Achgill