R
rockhammer
I have a table consisting of something like 32x45 cells that occupies pretty
much the whole of an 8.5"x11" page. Multiple distinct subsets of these cells
are merged. This table is further duplicated in multiple pages. The number of
pages with such a table is expected to grow over time.
What I want to do is to write a macro that will gray out the same
non-contiguous selection of cells in each of the identical tables in this
file.
I think I know the code to gray out a selection of cells. What i don't know
are:
1) for a specific table, how to establish the selection of non-contiguous
cells
2) how to write the loop that steps thru each of the tables consecutively
Thanks.
much the whole of an 8.5"x11" page. Multiple distinct subsets of these cells
are merged. This table is further duplicated in multiple pages. The number of
pages with such a table is expected to grow over time.
What I want to do is to write a macro that will gray out the same
non-contiguous selection of cells in each of the identical tables in this
file.
I think I know the code to gray out a selection of cells. What i don't know
are:
1) for a specific table, how to establish the selection of non-contiguous
cells
2) how to write the loop that steps thru each of the tables consecutively
Thanks.