![]() |
#1
|
|||
|
|||
![]()
I am trying to set up a spreadsheet where it copies a worksheet to another workbook and brings up the save as dialog box in a specific folder on the network,
the code i am using is as below. Sheets("Target_Dates").Select Sheets("Target_Dates").Copy With Application.Dialogs(xlDialogSaveAs) .InitialFileName = "N:\BES-DATA\traffman\traffic\" If Not .Show Then MsgBox "User cancelled without saving." Exit Sub End If End With For some reason it does not work and produces an error message "run time error 438 Object does not support this property or methiod" Any help or suggestion gretly appreciated. Colin |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Power Point saves in GREYSCALE! | Bluebirdie | PowerPoint | 2 | 03-14-2012 11:17 AM |
Format Autoshape Dialog Box Crashes Excel | BjornP | Excel | 0 | 03-01-2012 01:58 PM |
OFFICE(Word,Excel..)-crash/close when DIALOG BOX launched of insert image,open file | buggingme | Office | 1 | 05-30-2010 12:18 AM |
Outlook Form that Saves Data to Excel | dcbrown | Outlook | 0 | 12-29-2008 06:25 PM |
![]() |
aultduell | Word | 1 | 11-24-2006 12:50 PM |