Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
String together the first part of your directory as the
first argument in the method below: Application.Dialogs(xlDialogOpen).Show ("c:\documents and settings") for you, it would be something like: Application.Dialogs(xlDialogOpen).Show (myFlder & "NAME") You could use a Select Case or If structure to assign the "NAME" as a variable based upon the results of the inputbox, if that's how your system works. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Open a Folder | Excel Discussion (Misc queries) | |||
VBA - open folder | Excel Discussion (Misc queries) | |||
Open Dialogue Box to a certain folder????? | Excel Programming | |||
Open Folder | Excel Programming | |||
Open Folder | Excel Programming |