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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top