Posted: 11/9/2012 8:27:30 AM EDT
|
I have a inventory to keep, and i want to make it automatically highlight that specific cell to turn red when i enter 'N'
How do I do that? |
Hit Alt+F11. This gives you the VBA editor. From the left, click the sheet you're interested in, then paste the following code:
You can use whatever you want for column/rows, but as an example, I selected the second column. |