How do I get the count of the number of selected rows in a Word table?
For example in Word create a table with a number of rows. Click to the immediate left of the table to highlight a number of rows. In VBA use Selection.Rows.Count… it comes up with the number of rows in your table. Selection.Range.Rows.Count sometimes gives the correct number selected, but sometimes gives 1. Any ideas?
Thanks!