vba shapes WrapFormat inline

S

sender

hello I have a quick question.

I have some shapes in documents that are set to layout "in front of text".
I am trying to set them in vba to "in line with text". So they get attached
into the document, and are not "floaty".

I am trying
"shape.WrapFormat.Type = wdWrapInline".

but it does seem to work.
any suggestions?
thanks in advance
 
W

Word Heretic

G'day "sender" <[email protected]>,

ActiveDocument.Shapes(1).ConvertToInlineShape


sender said:
hello I have a quick question.

I have some shapes in documents that are set to layout "in front of text".
I am trying to set them in vba to "in line with text". So they get attached
into the document, and are not "floaty".

I am trying
"shape.WrapFormat.Type = wdWrapInline".

but it does seem to work.
any suggestions?
thanks in advance

Steve Hudson

Word Heretic, Sydney, Australia
Tricky stuff with Word or words for you.
Email: (e-mail address removed)
Products: http://www.geocities.com/word_heretic/products.html
Spellbooks: 728 pages of dump left and dropping...

The VBA Beginner's Spellbook: For all VBA users.
 

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