Set default format picture

R

Rebecca

I format pictures a lot and it is a pain to always reset formatting to
"tight" and not move object with text. Does anyone know how to reset
the default? Thanks!
Rebecca
 
J

John McGhie [MVP - Word]

Sorry Rebecca:

You cannot reset the default.

You can make a macro to do it in one click... Hmmm... You can't record it,
you have to write it...

Try this:

Sub Macro1()
'
' Macro1 Macro
' Macro recorded 7/4/04 by John McGhie
'
Selection.InlineShapes(1).ConvertToShape
Selection.ShapeRange(1).WrapFormat.Type = wdWrapTight

End Sub

Cheers


This responds to article <[email protected]>,
from "Rebecca said:
I format pictures a lot and it is a pain to always reset formatting to
"tight" and not move object with text. Does anyone know how to reset
the default? Thanks!
Rebecca

--

Please respond only to the newsgroup to preserve the thread.

John McGhie, Consultant Technical Writer,
McGhie Information Engineering Pty Ltd
Sydney, Australia. GMT + 10 Hrs
+61 4 1209 1410, mailto:[email protected]
 

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