J
James
I have a document which consists of one word, paragraph ender (or
whatever it's called), then a table. If I select the table, and in my
code:
Set TableRange = Selection.Tables(1).Range
If TableRange.Start > 0 Then
tablerange.start seems to be including the word preceding the table.
Can someone explain to me how either the start or selection
property/object works that this would occur?
whatever it's called), then a table. If I select the table, and in my
code:
Set TableRange = Selection.Tables(1).Range
If TableRange.Start > 0 Then
tablerange.start seems to be including the word preceding the table.
Can someone explain to me how either the start or selection
property/object works that this would occur?