Thread: Selecting File
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Selecting File

Hi
have a lookt at
application.getopenfilename
and
application.getsaveasfilename

in the VBA help. There are some examples for these methods


--
Regards
Frank Kabel
Frankfurt, Germany


jrh wrote:
Hi, I would like the user to be able to search through
their directories to pick a file that will get stored to a
variable that will get called later on. How do I write
that?

Thank you.