letterhead macro

R

raul

I will like to setup a macro-I think- that will printe the company's
letterhead - a header & footer - on the 1st page of the document only.

Any ideas? Are there already macros for this? Third party?

Thanks,
Raul Rego
 
J

Jonathan West

raul said:
I will like to setup a macro-I think- that will printe the company's
letterhead - a header & footer - on the 1st page of the document only.

Any ideas? Are there already macros for this? Third party?

Go to File, Page setup, click the Layout tab and check the "Different first
page" checkbox. You can now put graphics for the letterhead in the first
page header, and they will only print on the first page.


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 
R

Raul

Thanks, how do I automate it so that I could put an icon in the toolbar for
end users to do insert this letterhead with this option?

Thanks again,
Raul Rego
 
J

Jonathan West

Raul said:
Thanks, how do I automate it so that I could put an icon in the toolbar
for end users to do insert this letterhead with this option?

Save the contents of the header as an Autotext entry. Have your macro insert
the AutoText entry into the appropriate header. The toolbar button runs the
macro.

--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 
Top