View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve[_40_] Steve[_40_] is offline
external usenet poster
 
Posts: 1
Default Adding a popup to specify a filename

I have a macro that reads in a file. The file's name
changes every day when the date is appended. How can I
change my macro so that instead of always calling
MyFile.xls it prompts the user to type in the filename? I
can't make it call in MyFile_with_today's_date.xls because
sometimes I have to run the macro on old files.
Thanks