View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
den1s den1s is offline
external usenet poster
 
Posts: 9
Default 'Open File' Functionality

I am looking to add 'open file' functionality to a VBA program. I would
like to give the user the ability to browse a through directories to
find and select a file. The functionality would be similar to the
window that comes up when you go to File/Open.

Is there a simple way to add this functionality (perhaps a VBA command)
or is there freely available code that does this?

thanks

- db79