Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Mar 23, 6:26 pm, Pedro Costa
wrote: Is it possible to use : "FileName = Application.GetOpenFilename("All files, *.*")" but instead of ("All files, *.*") to put in there the exact location and name of the file? savpath = CurDir savdrive = Left(CurDir, 1) ChDrive ("d") 'ChDir can't change drive ChDir ("mydir") ' Application.GetOpenFilename ("Test data (*.),*.") ChDrive (savdrive) ChDir (CurDir) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA 6.0 GetOpenFilename | Excel Programming | |||
GetOpenFilename | Excel Programming | |||
GetOpenFilename | Excel Programming | |||
GetOpenFileName bug | Excel Programming | |||
getopenfilename | Excel Programming |