Thread: Select file.
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Tom is offline
external usenet poster
 
Posts: 25
Default Select file.

Hello,

I need some rutine for: Let the user browse through a folder view to select
a file.
some procedure which I can call and it give me path and name.

path = GetFile("Select file")

Procedure GetFile()

.....

end


Thanks Tom.