Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am currently using Application.FileDialog(4) to display
a system dialog box that allows the user to select a folder. Is there any way to setup this function so it initially opens at a folder of my choosing? This dialog seems to always begin at the "MyDocuments" folder and I would like to be able to change this. Let me know if this is possible. Thank you! Robert Crandal |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Robert Crandal wrote on 4/14/2011 :
I am currently using Application.FileDialog(4) to display a system dialog box that allows the user to select a folder. Is there any way to setup this function so it initially opens at a folder of my choosing? This dialog seems to always begin at the "MyDocuments" folder and I would like to be able to change this. Let me know if this is possible. Thank you! Robert Crandal Robert, Check out the "InitialFilename" property in the online help. (Click in the word "FileDialog" and press F1) You can specify where the dialog opens, as well as other things for many of the different dialogs. -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks yet again for you help Mr. GS!
"GS" wrote in message ... Robert, Check out the "InitialFilename" property in the online help. (Click in the word "FileDialog" and press F1) You can specify where the dialog opens, as well as other things for many of the different dialogs. -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Robert Crandal explained on 4/14/2011 :
Thanks yet again for you help Mr. GS! You're welcome, Robert! Glad to be of help... -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
FileDialog Question | Excel Programming | |||
FileDialog question | Excel Programming | |||
FileDialog Box Question | Excel Programming | |||
FileDialog | Excel Programming |