GwenP was telling us:
GwenP nous racontait que :
> I have automated a print maco using code:
>
[quoted text clipped - 4 lines]
> print - any borders in the document around text do not print. The
> print drawing objects tick is on in print options - any ideas please?
Page borders, paragraph borders, cell borders or textbox borders?
Can you post the code you are using?

Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org
GwenP - 09 Oct 2007 16:01 GMT
Paragraph borders - I literally just used the border tool bar.
However I have now found the nice new line tool for my new templates which
prints much nicer than a border, but still old converted documents don't
print the lines.
That is the code I have used ActiveDocument.print
Is there any compatibility things that need to be on I wonder?
Thanks
GwenP
> GwenP was telling us:
> GwenP nous racontait que :
[quoted text clipped - 11 lines]
>
> Can you post the code you are using?
Jean-Guy Marcil - 09 Oct 2007 16:09 GMT
GwenP was telling us:
GwenP nous racontait que :
> Paragraph borders - I literally just used the border tool bar.
>
[quoted text clipped - 5 lines]
>
> Is there any compatibility things that need to be on I wonder?
Not that I know of.
So, the code you are using is:
Sub MyMacro()
ActiveDocument.PrintOut
End Sub
???
If not, try
http://www.mvps.org/word/FAQs/MacrosVBA/ParaBordersLost.htm

Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org