Thread: Get output Path
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
annapuvat annapuvat is offline
external usenet poster
 
Posts: 5
Default Get output Path

In VBA how would I accept an output path. In my macro, would like the
user to specify the output location to write a new workbook to. I've
looked at GetOPenFilename samples, but that method requires users to
select a file before I can extract the path string.

Thanks in advance . . . .