Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Everyone?
Raised this last week, but wasn't as precise as this. Open works below, but not SaveAs, does anyone else get the same result or know why? TIA Sxx Sub FileOpenDirectory() ChDrive "C" ChDir "C:\1" Application.Dialogs(xlDialogOpen).Show End Sub Sub FileSaveAsDirectory() ChDrive "C" ChDir "C:\1" Application.Dialogs(xlDialogSaveAs).Show End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ChDir - Specify Folder | Excel Programming | |||
Problems with ChDrive, ChDir | Excel Programming | |||
ChDir Error | Excel Programming | |||
chdir not accepting string for path | Excel Programming | |||
Links and Chdir | Excel Programming |