
Opening a File Open window for file selection in VBA
I am a novice
VBA programmer and I am having trouble on
the following:
I need a form to pop up in Excel to ask the user to select
a file. That filename will then be used as a hyperlink in
a specific cell. I can get a pop up to come up that asks
the user for a straight filename, but when the file they
are looking for is embedded in 5,6 or 7 subdirectories, I
can't expect them to remember the exact path verbatim.
So, I need to open up a File Open pop up box and then
store that filename in a hyperlink.
Any help would be greatly appreciated.
Thanks
Alex