word template problem

  • Thread starter Thread starter emma
  • Start date Start date
E

emma

I have been struggling with a word template problem for long. I have
word template that has some graphics and text on the left side.
would like this section to just stay put, no matter what I do on th
right side. However, when I create a document using this template
cannot hide carridge return or anything, for whenever I do that, th
left side graphics and text shifts up or down along.

How can I do some vba code (I am pretty newbies in vba) so I can hav
the left-part graphics anchored to the left and not shif
downwards/upwards

thanks guys
 
You don't need vba code for this. Put the graphic/text in borderless text
box(es) within the left margin and anchored to the page header/footer for
the page(s) required.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP

Web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
 
Hi,

Put them in a textbox or in the header (even if not in the area usually
considered to be part of the header) or both. Take a look at: How to set up
letterhead or some other document where you want one header on the first
page and a different header on other pages.
http://www.addbalance.com/word/headersfooters.htm This gives step-by-step
instructions.

Also take a look at:

Letterhead Textboxes and Styles tutorial
http://addbalance.com/word/download/index.htm#LetterheadTextboxesAndStylesTutorial


--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
Back
Top