Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all...
I need to open files from folders x, y or z. When the file dialog opens it either displayes the default path or the last used. So how can I set the file dialog box to open from the desired folder. Thanks M. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Well that proved to be easily done by ChDir.
Sorry... M. "Mart" wrote: Hi all... I need to open files from folders x, y or z. When the file dialog opens it either displayes the default path or the last used. So how can I set the file dialog box to open from the desired folder. Thanks M. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Dear M Try this :- Make the desired directory the current directory using the followin statement in your sub :- curdir (path) then use the getopenfilename method This will show the path that you have set as the current directory a the default folder. Best regards Deepa -- agarwaldv ----------------------------------------------------------------------- agarwaldvk's Profile: http://www.excelforum.com/member.php...fo&userid=1134 View this thread: http://www.excelforum.com/showthread.php?threadid=27007 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opening each file in a folder using msoFileDialogFolderPicker | Excel Discussion (Misc queries) | |||
opening file from ftp folder | Excel Discussion (Misc queries) | |||
Opening an excel file from folder view | Excel Discussion (Misc queries) | |||
how to see file details without opening each folder | Excel Discussion (Misc queries) | |||
VB Excel file multiple opening from a folder problem | Excel Programming |