Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 65
Default change PrintQuality to save ink

i need to make changes to the printQuality to enable me to save ink and have
my printer print faster. How do i accomplish that in vba coding?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default change PrintQuality to save ink

Maybe?

With ActiveSheet.PageSetup
.Draft = True
End With


Gord Dibben MS Excel MVP

On Sat, 2 Dec 2006 06:02:00 -0800, ernie
wrote:

i need to make changes to the printQuality to enable me to save ink and have
my printer print faster. How do i accomplish that in vba coding?


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
PrintQuality setting - is -3 a valid setting? Bill G[_4_] Excel Programming 3 October 5th 06 03:43 AM
PrintQuality Rob A. Excel Programming 1 April 4th 05 06:53 PM
Save File to Another Directory, but not change Users File Save location Mike Knight Excel Programming 1 May 28th 04 09:06 PM
Why system asks me to save change even after I call save method(VB.NET) steellock Excel Programming 2 April 27th 04 04:14 AM
Unable to set the PrintQuality property of the PageSetup class. No Name Excel Programming 1 January 14th 04 04:43 PM


All times are GMT +1. The time now is 03:48 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"