View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Aaron Dyck Aaron Dyck is offline
external usenet poster
 
Posts: 12
Default Determining the full path and filename of an active workbook

Is there any way to determine the full path and filename of the active
workbook? I'm writing a macro that creates and saves files, and I'd like it
to reference the full path of the file so that I can use the same program to
open and view the files afterwards. Any suggestions?