In a Word template created for users to enter row values, if a value is
desired to be left blank, how can I shift up the following rows to fill the
line left blank?

Re: How to shift up lines in a Word template (.dot) when previous row. by Word

Word
Fri Apr 08 07:30:59 CDT 2005

G'day "lynn" <lynn@discussions.microsoft.com>,

You would need to test the row's length in characters to determine
whether it is empty or not. You can teach yourself some VBA at
word.mvps.org/FAQs/index.htm, then experiment with your
Selection.Tables(1) object.


Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice


lynn reckoned:

>In a Word template created for users to enter row values, if a value is
>desired to be left blank, how can I shift up the following rows to fill the
>line left blank?