I have some working VBA code that lets me do two things.
1) When I click in a cell (with a "q" in a cell, directly to the left of it) it puts an "X" in the cell.
2) When I click in a cell (with a "/" in the cell, directly to the left of it) it puts a "wingding symbol" in the cell.
These work perfectly. I would like to add one more component, the same "type/way" as above. (see next line)
When I click on a cell (with a "z" in the cell, directly to the left of it) I want it to put in the letters "FE". (same way as above)
Can someone modify, or add to my VBA code (shown below), so this will work??
If you could send me back the full (modified code), that would be great.
Thanks.
Here's my VBA code;
![]()
Please Login or Register to view this content.
Bookmarks