How do I test if a selection is just a table?

C

Colbert Zhou [MSFT]

Hello Dave,

If the selection is just a table or some rows in the table, then the
Selection.Type property returns wdSelectionRow. If the selection contains a
table and any text before or after the table, the Selection.Type property
should returns wdSelectionNormal.

Wish this resolves the issue. :) Have a nice day!


Best regards,
Ji Zhou
Microsoft Online Community Support
 
D

David Thielen

perfect - thanks - dave


Hello Dave,

If the selection is just a table or some rows in the table, then the
Selection.Type property returns wdSelectionRow. If the selection contains a
table and any text before or after the table, the Selection.Type property
should returns wdSelectionNormal.

Wish this resolves the issue. :) Have a nice day!


Best regards,
Ji Zhou
Microsoft Online Community Support


david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 
Top