View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
M. Barnes M. Barnes is offline
external usenet poster
 
Posts: 1
Default GetSaveAs Method

Is there a way to create the folder if the suggested path
does not exist? In other words, search for the suggested
folder first, if it doesn't exist, the system will
prompt "That folder does not exist, do you wish to create
it?".

I've seen this happen in other programs, and desire to
add it to mine. I'm currently using the GetSaveAs
method, but am not sure if it is the best way.

Thanks for any help you can provide.