ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Automation Error (https://www.excelbanter.com/excel-discussion-misc-queries/88567-automation-error.html)

xlEnt

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?

Jim Rech

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



xlEnt

That's really odd. . . . the dots rae there in the code but diudn't survive the quote process in your reply


All times are GMT +1. The time now is 05:29 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com