R
RSBrunton
I would like to be able to 'toggle' the font color of a selected cell (not
the entire task) between two colors. The cell being selected could be
different for any given time that the code is to run.
I have investigated the use of ActiveCell, which identifies the 'row' in the
schedule, but not the specific cell (i.e. field) that is active.
Question: Is it possible to programmatically determine what specific cell is
selected?
Extended Question: When multiple cells are selected, how to cycle through
all selected cells.
the entire task) between two colors. The cell being selected could be
different for any given time that the code is to run.
I have investigated the use of ActiveCell, which identifies the 'row' in the
schedule, but not the specific cell (i.e. field) that is active.
Question: Is it possible to programmatically determine what specific cell is
selected?
Extended Question: When multiple cells are selected, how to cycle through
all selected cells.