Microsoft
Software
Hardware
Network
Question : Problem: Get Filename and path Excel VBA
Hi,
I'm trying to use a file dialog to allow the user to browse a folder to select a picture and then output that path and filename so that it can be inserted into another sheet later. My main objective is just to pick the file and output the path and filename to a textbox. I would prefer to have the path and filename in one string but it could be two seperate strings if needed.
Thanks
Todd
Answer : Problem: Get Filename and path Excel VBA
Todd
If you are doing this in Excel VBA use GetOpenFileName, that will return the name and path of the selected file.
Random Solutions
Can't Start SQL Server Agent service
Invalid Certificates and Settings with Exchange 2007 SP2 Autodiscover
unzip
Count and display the number of times the same entry appears
Special Values in VBA
Word VBA, Loop through all words in a document
Access 2007 text box using Sum function won't update until focus leaves Access window
Access 2000 MSFLXGRD.OCX issue
MS Access - How do I show and hide Full Menus by VBA?
How to popup a waraning dialog box in asp.net?