VBA Print ONLY page 1

C

Corey

I use this line below, but i want to ONLY print page one, but i cannot seem
to get the syntax correct:

ActiveDocument.PrintOut

Can someone assist?
 
C

Corey

Thanks perfect.

macropod said:
Hi Corey,

Try:
ActiveDocument.PrintOut From:=1, To:=1

--
Cheers
macropod
[MVP - Microsoft Word]


Corey said:
I use this line below, but i want to ONLY print page one, but i cannot
seem to get the syntax correct:

ActiveDocument.PrintOut

Can someone assist?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top