bs0d
Well-known Member
- Joined
- Dec 29, 2006
- Messages
- 622
Heres what I would like to do:
Anytime a user clicks within specified cell ranges:
Format current cell to draw focus.
Then when another cell is activated (or at focus):
The previous cell is returned to its former format, and new format applied to current cell.
So I need find out how to store the current cells format, replace it with new format (like a yellow background). And when a new cell is selected, reapply original format to previous selected well, and repeat for newly selected cell.
Any thoughts on this? I was able to color the current cell easy enough, but having troubles even detecting previous cell properly.
Anytime a user clicks within specified cell ranges:
Format current cell to draw focus.
Then when another cell is activated (or at focus):
The previous cell is returned to its former format, and new format applied to current cell.
So I need find out how to store the current cells format, replace it with new format (like a yellow background). And when a new cell is selected, reapply original format to previous selected well, and repeat for newly selected cell.
Any thoughts on this? I was able to color the current cell easy enough, but having troubles even detecting previous cell properly.
Last edited: