View Single Post
  #2   Report Post  
Posted to microsoft.public.word.tables
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default How do I select multiple rows by using VBA?

Kenneth lEE wrote:
How do I select multiple rows by using VBA? e.g. Row 2,4,6,8

Thanks so much


In VBA, you can't select multiple pieces of text (rows or anything else)
that aren't continuous. See http://support.microsoft.com/?kbid=288424.

The best you can do is to select one piece at a time, working in a loop.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.