J
Jay
Hi,
I know that I can select one cell in a column by using something
like...
activedocument.Tables(1).Columns(2).Cells(2).Select
....but is there a way to select several cells in a column, something
like...
activedocument.Tables(1).Columns(2).Cells(2:5).Select
....while is invalid syntax ofcourse, but hopefully it gets my point
across.
Thanks in anticipation...
Jay
I know that I can select one cell in a column by using something
like...
activedocument.Tables(1).Columns(2).Cells(2).Select
....but is there a way to select several cells in a column, something
like...
activedocument.Tables(1).Columns(2).Cells(2:5).Select
....while is invalid syntax ofcourse, but hopefully it gets my point
across.
Thanks in anticipation...
Jay