![]() |
Automation Error
I have a process which generates Excel reports and formats them (well when it works it will). All goes well until i get to the following bit of code
With xlObj.worksheets(1).cells(1, 1) .Copy .PasteSpecial PASTE:=xlValues, Operation:=xlNone, SkipBlanks:=False, Transpose:=False .Font.size = 14 .Font.ColorIndex = 5 .Font.Bold = True End With at which point I get Automation Error. The server threw an exception. Any Ideas on what this means and how to overcome it? |
Automation Error
You'd want to have dots starting every line of code:
..Copy etc. -- Jim "xlEnt" wrote in message ... | | I have a process which generates Excel reports and formats them (well | when it works it will). All goes well until i get to the following bit | of code | | With xlObj.worksheets(1).cells(1, 1) | Copy | PasteSpecial PASTE:=xlValues, Operation:=xlNone, | SkipBlanks:=False, Transpose:=False | Font.size = 14 | Font.ColorIndex = 5 | Font.Bold = True | End With | | at which point I get Automation Error. The server threw an exception. | | Any Ideas on what this means and how to overcome it? | | | -- | xlEnt |
Quote:
|
All times are GMT +1. The time now is 05:29 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com