How do you set CD to start in a directory
of your choosing?
Printable View
How do you set CD to start in a directory
of your choosing?
Can you be more specific
Code:with cdgMain 'For example
.Filter="MS Access (*.mdb)|*.mdb"
.InitDir="C:\MyDir" 'whatever
.ShowOpen
end with