Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The applicacion sends me the next message "Method not found:
Excel._Worksheet.SaveAs (..." I thinks that its about permissions but I do not know how to fix it. I have the same source in two different servers, It work in one of these but it doesn's work in the second one. oExcel = New Excel.Application oExcel.Visible = False : oExcel.DisplayAlerts = False 'Start a new workbook oBooks = oExcel.Workbooks oBooks.Open(sTemplate) ...... oSheet.SaveAs(sFile) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Method 'MailEnvelope' of object '_Worksheet' failed | Excel Discussion (Misc queries) | |||
Method 'MailEnvelope' of object '_Worksheet' failed | Excel Programming | |||
Methode 'Cells' of object '_Worksheet' failed | Excel Programming | |||
Method 'Paste' of object '_worksheet' failed | Excel Programming | |||
HELP!!!! -- (Method Range of _Worksheet failed) ERROR! | Excel Programming |