detecting a wrap in a table row

R

Russ

I have a table with 11 rows. If the text entered in row 1 wraps I want to
delete the last row in the table. How can I detect that the frist row has
wrapped?
 
S

spunkymuffmonkey

Could you not assign the contents of the first row into a range and then
count the amount of characters within the range and delete/not delete
depending on the results?

What kind of information is in the first row, is it text, will the text in
the first row vary, are you trying to do this for more than one document, if
you supply more information somebody will be able to assist!

Kind regards
 
Top