Nightlytic
Member
Could anyone tell me if this is possible and offer some guidance on what I can use? Essentially, say I want to colour all cells of a selected range, if I click into a cell that is within that range.
To illustrate:
-Range A1:A3 is selected (3 cells)
If:
-user selects range A5 (1 cell) nothing happens
-user selects range B1:B3 (3 cells) nothing happens
-user selects range A2:A3 (2 cells) nothing happens
-user selects range A1 (1 cell) macro executes to colour earlier selected range A1:A3 green
-user selects range A2 (1 cell) macro executes to colour earlier selected range A1:A3 green
-user selects range A3 (1 cell) macro executes to colour earlier selected range A1:A3 green
And in a situation where user selects cell A8, then clicks onto A8 again, colour just A8
To illustrate:
-Range A1:A3 is selected (3 cells)
If:
-user selects range A5 (1 cell) nothing happens
-user selects range B1:B3 (3 cells) nothing happens
-user selects range A2:A3 (2 cells) nothing happens
-user selects range A1 (1 cell) macro executes to colour earlier selected range A1:A3 green
-user selects range A2 (1 cell) macro executes to colour earlier selected range A1:A3 green
-user selects range A3 (1 cell) macro executes to colour earlier selected range A1:A3 green
And in a situation where user selects cell A8, then clicks onto A8 again, colour just A8