the size of a section be to less than a page in word

S

stella

I am trying to create a word doc with a visio linked object to appear all on
one page. I want a restriction on how much page space the word portion will
take...such as the word portion will take the upper two thirds of the page
and the visio drawing will take the lower third. I also want to restrict the
protection so that this format can not be changed, but changes can be made to
the word portion text. Is this possible????
 
J

Jay Freedman

stella said:
I am trying to create a word doc with a visio linked object to appear
all on one page. I want a restriction on how much page space the
word portion will take...such as the word portion will take the upper
two thirds of the page and the visio drawing will take the lower
third. I also want to restrict the protection so that this format
can not be changed, but changes can be made to the word portion text.
Is this possible????

Create a table, one column and two rows. Turn off its borders, and set its
row heights to Exact values.

That may be enough protection, if users can be trusted not to change the
setup deliberately. If that's not the case, put a text form field in the
upper cell and protect the document (preferably a template) for forms,
adding a password if desired. To allow inserting a Visio object in the lower
cell, you'll need some VBA. You can download a template from
http://jay-freedman.info/form_­picture.zip that shows how to let users
insert a picture, and it should be not too difficult to adapt it to insert
an object. If you have any questions about it, please post here or email me
at the address in the template.
 
Top