View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default getting file path

A workbook has no path until it is saved. The path of the templates folder
can by gotten from this :

Application.TemplatesPath

--
Jim
"bryan" wrote in message
...
| In a template, How can I get the full file path of a document?
| I can get the document name and the template but, would like to get the
path.
|
| Thanks,
| Bryan