Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
My Laptop is connected the company domain, I've written a script that works fine when connected, but if the network goes down the script runs extremley slow. When debugging it seems to be slow because of the following line: oXLSheet.Range("J" & cStr(intLastRow)).Font.ColorIndex = 1 Does anyone have any idea on why this is? When connected to the domain does my laptop use fonts from the network rather than my local ones? Any help would be appreciated Rich |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just a guess...
I'd guess that it's not the font or color that's really the problem. I'm guessing that it's inability to get to the printer (printer driver) that's the problem. Can you change to a local printer (driver)--even if it doesn't exist to test? rich wrote: Hi, My Laptop is connected the company domain, I've written a script that works fine when connected, but if the network goes down the script runs extremley slow. When debugging it seems to be slow because of the following line: oXLSheet.Range("J" & cStr(intLastRow)).Font.ColorIndex = 1 Does anyone have any idea on why this is? When connected to the domain does my laptop use fonts from the network rather than my local ones? Any help would be appreciated Rich -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the reply, but unfortunately no printers had been added.
|
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try adding a local printer and using that.
rich wrote: Thanks for the reply, but unfortunately no printers had been added. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 font problem | Excel Discussion (Misc queries) | |||
Font Problem | Excel Discussion (Misc queries) | |||
Excel Font Problem | Excel Discussion (Misc queries) | |||
Problem setting font size | Excel Programming | |||
Memory/Font problem | Excel Programming |