View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
[email protected] NoSpam@aol.com is offline
external usenet poster
 
Posts: 142
Default Can I display an open file dialog from a macro

Thanks for your reply. I tried it and it worked great.

On Thu, 29 Apr 2010 14:20:50 -0400, "Rick Rothstein"
wrote:

You can use Application.GetOpenFilename, but you should look this up in the
help files as there are some optional parameters you can specify.