Select Non-Consecutive Rows in Table - Word Macro VBA -


to select range in microsoft word 2007 table can following:

        dim tablerange range         dim otable table          set tablerange = otable.rows(2).range         tablerange.end = otable.rows(5).range.end 

how select multiple rows not in consecutive order (such when hold ctrl , select rows)?


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -