View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default Font.Bold Property slows down macro

You didn't post the offending code, so it's hard to imagine what can be
done.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Shahin Musayev" wrote in message
...
I think I've found a kind of answer:

http://groups.google.ru/group/micros...d371d6c1c39890

After changing default printer from network to a local one I've
achieved result 0.7 s. Anyway for a first time setting bold takes 0.6
s, second time - 0.3 s.

Anyway is there any way to increase speed without this printers issue?
Or how can it be avoided programmatically without asking end-user to
use a correct printer?

Thanx,
Shahin