Is there a way to set up the open/save/save as dialog so that it will default to a specific folder? As it is now, it always defaults to the folder in which my project is located.
Printable View
Is there a way to set up the open/save/save as dialog so that it will default to a specific folder? As it is now, it always defaults to the folder in which my project is located.
Use this:
With CommonDialog1
.InitDir = "Enter Directory Path Here"
.ShowSave
End with
later
Andrew
------------------
Andrew Nerney
Hapless Programmer
[email protected]
[This message has been edited by DrewDog_21 (edited 02-12-2000).]