I need to open 2 dialog boxes to save my workbook to a mapped network drive (X:\ and Y:\)
My first button calls:
Application.Dialogs(xlDialogSaveAs).Show ("X:"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
The problem is I want the Dialog box to default to the X: drive and it is not working.
My second button calls:
Application.Dialogs(xlDialogPublishAsWebPage).Show
The problem is I get a run-time error "1004" - Show method of Dialog class failed.
Does anyone know how to make these work? I'm using Excel 2000.
My first button calls:
Application.Dialogs(xlDialogSaveAs).Show ("X:"
The problem is I want the Dialog box to default to the X: drive and it is not working.
My second button calls:
Application.Dialogs(xlDialogPublishAsWebPage).Show
The problem is I get a run-time error "1004" - Show method of Dialog class failed.
Does anyone know how to make these work? I'm using Excel 2000.