E
Edward
Hi everybody,
In VBA we can select a row in a table by
ActiveWindow.Selection.ShapeRange.Table.Rows(1).Select
my question is how can we select a range of rows at once like rows(1-10)
when I use a loop it deselects the previous row.
Thanks...
In VBA we can select a row in a table by
ActiveWindow.Selection.ShapeRange.Table.Rows(1).Select
my question is how can we select a range of rows at once like rows(1-10)
when I use a loop it deselects the previous row.
Thanks...