I'm not certain if this is possible using VBA. What I would like to do is give the user the ability to upload a file into a folder using a userform. I know I can have the user input the file path, where I can then copy the file. However I'd like to create the form so the user selects a commandbutton which opens a window similar to the typical save/open window.
The user needs to be able to browse their pc for the file. I know how to do it the long complicated way (create a user form and use code to fill it with all the system folders/subfolders/files), but does anyone know an easier way to accomplish this? Is there a command which opens a window where the user selects the file and the command returns the file path?
Thanks in advance!
BD
The user needs to be able to browse their pc for the file. I know how to do it the long complicated way (create a user form and use code to fill it with all the system folders/subfolders/files), but does anyone know an easier way to accomplish this? Is there a command which opens a window where the user selects the file and the command returns the file path?
Thanks in advance!
BD