Locking tables and text?

K

Khurram

Hi

How can i lock a table and text so that the user can write around them
without the formatting overlapping the tables and moves the words.

Thanks in advance
K
 
H

Helmut Weber

Hi Khurram,
maybe creating a textbox and placing a table inside it,
is what you want. And make sure, that the properties
are:
Selection.ShapeRange.WrapFormat.Type = wdWrapTight
Selection.ShapeRange.WrapFormat.Side = wdWrapBoth
Greetings from Bavaria, Germany
Helmut Weber
"red.sys" & chr$(64) & "t-online.de"
 

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