Quote:
Originally Posted by macropod
OK, try the following:
Code:
StrParms = Split(Selection.Tables(1).Range.Previous.Paragraphs.Last.Range.Text, vbCr)(0)
|
Is there a way for me to test whether there
is a line before the table? That is, whether the table is the first thing in the document?