In Excel I can refer to a range of cells and apply changes to them without having to select them first.
I want to Hide all the text in a particular column apart from the header row.
In Word I know I can use the SetRange method to select that range of cells and then apply the change and I can also cycle through the cell objects and thus apply the change without selecting them.
But can I combine the 2 and just refer to a range of cells – something like ActiveDocument.tables(1).range(cells(3,2), cells(3,activedocument.tables(1).columns(3).rows.count)).