N
Nick Transier
Here is a code segment I am using to do stuff conditioned on the formating
of the paragraph object para. I have a watch assigned to para.Format.Style
and it shows "Table Grid", but this expression will never evaluate as true!
Help.
ElseIf para.Format.Style = "Table Grid" Then
'testing stuff
para.Range.Select
'testing stuff
iTableCount = iTableCount + 1
Set tbl = DocA.Tables(iTableCount)
rng.Collapse wdCollapseEnd
rng.Text = tbl.ConvertToText(wdSeparateByCommas)
Thanks,
Nick
of the paragraph object para. I have a watch assigned to para.Format.Style
and it shows "Table Grid", but this expression will never evaluate as true!
Help.
ElseIf para.Format.Style = "Table Grid" Then
'testing stuff
para.Range.Select
'testing stuff
iTableCount = iTableCount + 1
Set tbl = DocA.Tables(iTableCount)
rng.Collapse wdCollapseEnd
rng.Text = tbl.ConvertToText(wdSeparateByCommas)
Thanks,
Nick