Is there a way (long shot) to limit growth of a table to one page? Here is
what I mean.
I have a table oriented Land escape, with about 16 rows and 7 columns. The
rows are all equal height. A certain amount of text to be typed in each row
and column, and some times some of the rows are not high enough for the
amount of text, so it grows in height, creating "Unwanted" second page. I
like to be able to limit the size of the table to one page (some how!), may
be (if) MSWord has some command or option that would delete some of the rows
automatically, to limit the height of the table to one page (I know, why I
do not delete the rows my self?) Well, for two reasons. One this table is
used as template, by many users in the network, and most of them do not know
how to insert or delete rows! Second, the whole document is LOCKED
(protected), except cells that are being written too. Sorry, it got so
long.
I'll hang up and listen!
Regards;
--
Suzanne S. Barnhill
Microsoft Word MVP
Words into Type
Fairhope, AL USA
m.a. <m.a...@ssss.com> wrote in message news:u60fNit4$GA.1884@cpmsftngp05...
Regards;
m.a...@ssss.com
"Suzanne S. Barnhill" <sbar...@zebra.net> wrote in message
news:upcPDnu4$GA.244@cppssbbsa05...
Regards,
Bob Dietz
Thanks Bob.
"Bob Dietz" <rbdiet...@yahoo.com> wrote in message
news:395F8598...@yahoo.com...
> Some thing
> else? What?
>
Re-think the approach you're using on this project.
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister
http://go.compuserve.com/MSOfficeForum
This reply is posted in the Newsgroup; please post any follow question
or reply in the newsgroup and not by e-mail :-)
> Hello all;
>
> Is there a way (long shot) to limit growth of a table to one page?
No, there is not. By their very nature, tables are designed to grow across
pages.
> this table is
> used as template, by many users in the network, and most of them do not know
> how to insert or delete rows!
Crap! This is a basic user training problem. If they don't know how to add
or delete rows in a Word table, they do not know Word well enough to be left
alone with it. Fix your "real" problem (user training)!
How do you train a user? Each time they get it wrong, you send it back and
make THEM fix it. They will soon get the idea. Never, ever fix a document
for a user, or you will never do anything else.
Then tell them that when they are finished, the tables must not exceed one
page. They will really soon get the hang of it :-)
> Second, the whole document is LOCKED
> (protected), except cells that are being written too.
Why? That's not a good way to run a Word document. You are much better off
to have an open Word document and a macro that feeds the data from it into a
format the user can never see. Stops all sorts of "accidents".
In fact, if you want this level of control, do the whole thing in Access so
they "can't" stuff it up on you.
Hope this helps.
Please post follow-up questions to the newsgroup so that all may follow the thread.
John McGhie <jo...@mcghie-information.com.au>
Consultant Technical Writer
Microsoft MVP (Word)
Sydney, Australia (GMT +10 hrs) +61 (04) 1209 1410
--
__________________________
Dan Foxley
Pacific DataVision
Phone: 858/642-2904
Fax: 858/455-1922
"John McGhie [MVP - Word]" <jo...@mcghie-information.com.au> wrote in message
news:ab7dms8n4mi0p1ce8...@4ax.com...
> Where would I get a primer on setting up a VBA or an Access insetion scheme
> for a Word Document.
Start by reading the Help in the Word VBA Editor. You will need to read a
lot of it, and read it very carefully.
Word your way in from the Word Document Object Model. Understanding the
Object Model is the key to understanding VBA.
Cheers.