View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mallasch Mallasch is offline
external usenet poster
 
Posts: 14
Default Current Directory

I am writing a Macro that does some stuff then saves the file as "NAME.txt"
but the directory that I am will change with each new file. How do I grab
the directory of the active workbook? I can grab the full file path
(ActiveWorkbook.FullName) but I can not convert this to the directory. Any
help?