PC Review


Reply
Thread Tools Rate Thread

disable quick print word 2007

 
 
chuck@msi-simplicity.com
Guest
Posts: n/a
 
      12th Jun 2008
How do I disable quick print in Word 2007?
(I think this is what is causing my problem)
I have a macro setup from a mail merge that is opening the printer window
and it allows me to select my printer. This has been setup and running on
Word 2000, Word 2002, and Word 2003. The macro works, but it never allows me
to select my printer, it just prints.

Thanks,
Chuck
 
Reply With Quote
 
 
 
 
Bob Buckland ?:-\)
Guest
Posts: n/a
 
      13th Jun 2008
hi Chuck,

Can you post the code from your macro?

=========
<<"(E-Mail Removed)" <(E-Mail Removed)@discussions.microsoft.com> wrote in message
news:100E4121-C90C-4D6F-9568-(E-Mail Removed)...
How do I disable quick print in Word 2007?
(I think this is what is causing my problem)
I have a macro setup from a mail merge that is opening the printer window
and it allows me to select my printer. This has been setup and running on
Word 2000, Word 2002, and Word 2003. The macro works, but it never allows me
to select my printer, it just prints.

Thanks,
Chuck <<
--

Bob Buckland ?:-)
MS Office System Products MVP

*Courtesy is not expensive and can pay big dividends*


 
Reply With Quote
 
chuck@msi-simplicity.com
Guest
Posts: n/a
 
      13th Jun 2008


"Bob Buckland ?:-)" wrote:

> hi Chuck,
>
> Can you post the code from your macro?
>
> =========
> <<"(E-Mail Removed)" <(E-Mail Removed)@discussions.microsoft.com> wrote in message
> news:100E4121-C90C-4D6F-9568-(E-Mail Removed)...
> How do I disable quick print in Word 2007?
> (I think this is what is causing my problem)
> I have a macro setup from a mail merge that is opening the printer window
> and it allows me to select my printer. This has been setup and running on
> Word 2000, Word 2002, and Word 2003. The macro works, but it never allows me
> to select my printer, it just prints.
>
> Thanks,
> Chuck <<
> --
>
> Bob Buckland ?:-)
> MS Office System Products MVP
>
> *Courtesy is not expensive and can pay big dividends*
>
>
>

 
Reply With Quote
 
chuck@msi-simplicity.com
Guest
Posts: n/a
 
      13th Jun 2008
Bob - here is my macro:

Sub PrintAndClose()
'
' PrintAndClose Macro
' Print and close fee slip.
'
With ActiveDocument.MailMerge
.Destination = wdSendToPrinter
.MailAsAttachment = True
.MailAddressFieldName = ""
.MailSubject = ""
.SuppressBlankLines = True
With .DataSource
.FirstRecord = wdDefaultFirstRecord
.LastRecord = wdDefaultLastRecord
End With
.Execute Pause:=True
End With
Application.Quit
End Sub

Thanks,

Chuck@msi-simplicity
"Bob Buckland ?:-)" wrote:

> hi Chuck,
>
> Can you post the code from your macro?
>
> =========
> <<"(E-Mail Removed)" <(E-Mail Removed)@discussions.microsoft.com> wrote in message
> news:100E4121-C90C-4D6F-9568-(E-Mail Removed)...
> How do I disable quick print in Word 2007?
> (I think this is what is causing my problem)
> I have a macro setup from a mail merge that is opening the printer window
> and it allows me to select my printer. This has been setup and running on
> Word 2000, Word 2002, and Word 2003. The macro works, but it never allows me
> to select my printer, it just prints.
>
> Thanks,
> Chuck <<
> --
>
> Bob Buckland ?:-)
> MS Office System Products MVP
>
> *Courtesy is not expensive and can pay big dividends*
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Quick print not recognizing page setup in Excel 2007 SMoncrief Microsoft Excel Misc 0 31st Aug 2009 08:45 PM
Word 2007 how to customize quick print to print this page Dave Microsoft Word Document Management 1 7th Jan 2009 09:57 PM
Quick Print in Word 2007 Jo-Anne Microsoft Word New Users 15 9th Nov 2008 06:29 AM
Quick Print in Word 2007 Jo-Anne Windows XP General 1 7th Nov 2008 07:09 AM
Word 2007 - Ctrl P does a quick print Sherrysfarm228 Microsoft Word Document Management 1 26th Mar 2008 11:05 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:11 PM.