Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Font problem

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Font problem

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Font problem

Thanks for the reply, but unfortunately no printers had been added.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Font problem

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 font problem ericdabomb48 Excel Discussion (Misc queries) 1 January 16th 10 08:16 AM
Font Problem Gail Excel Discussion (Misc queries) 1 July 27th 06 07:10 PM
Excel Font Problem Heather S Excel Discussion (Misc queries) 2 June 30th 05 05:04 PM
Problem setting font size Edward Ulle Excel Programming 2 March 3rd 05 03:23 PM
Memory/Font problem No Name Excel Programming 1 August 12th 03 07:32 PM


All times are GMT +1. The time now is 12:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"