InputBox for folder path
Posted by Alexia on January 03, 2002 7:17 PM
If I have the following:
strFolder As String
strFolder=InputBox("Please enter folder","Path")
but I don't want the user to have to enter the entire path, is there any way to set it up so that the user can just type Marketing instead of C:\My Documents\PurchaseOrders\2002\Marketing?
In other words, can I set the macro up so that entering Marketing is the same as entering the above path?
Thanks :-)