View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Luis Luis is offline
external usenet poster
 
Posts: 26
Default Wait opening file

Hello.
I have a macro that need to browse for a file. I'm using GetOpenFilename
method. What i need to do now is to wait until the file is loaded to continue
the execution of the code.
Is this possible?

Thanks.