View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Stuart[_13_] Stuart[_13_] is offline
external usenet poster
 
Posts: 10
Default get filename and filepath

MsgBox ActiveWorkbook.Path & "\" & ActiveWorkbook.Name


Robert Ehrlich wrote in message
...
How can I get my own filename and filepath?
Is there any function which provides this?

Who can help?


Robert