Graphics defaults

A

AB

Can I change the default on graphics that I insert so that
they are floating instead on inline.
 
S

Suzanne S. Barnhill

In Word 2002, you can select the default wrapping on the Edit tab of Tools |
Options. In Word 2000, you can do this only with a macro.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.mvps.org/word
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
D

Doug Robbins - Word MVP

Hi AB,

The command to use in the macro is the desired one of:

Options.PictureWrapType = wdWrapMergeBehind
Options.PictureWrapType = wdWrapMergeFront
Options.PictureWrapType = wdWrapMergeInline
Options.PictureWrapType = wdWrapMergeSquare
Options.PictureWrapType = wdWrapMergeThrough
Options.PictureWrapType = wdWrapMergeTight
Options.PictureWrapType = wdWrapMergeTopBottom

Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
 

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