View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Browse for file name code? (Excel 2002 VBA)

As long as you recognize that application.filedialog only works in xl2002 and
later.



--
Regards,
Tom Ogilvy


" wrote:

Thanks for the ideas, but I searched a little more and found
Application.FileDialog to use instead of all that code. It's exactly
what I need.