I have dozens of cells that I've entered gray-text into... like "placeholder" text that I'd like the user to be able to select the answer from a drop-down list. I have no problem creating the drop-down list. But when I make a selection from the drop-down
list, the selected text also turns light gray (as I have formatted the cells/columns).
It looks like to accomplish this with VBA I need VBA code for each cell? I have literally hundreds of cells, but only three main themes; Material, Model# and Connection Type. I have Material, Model# and Connection Type in a light gray. I was hoping that
once the user made their selection from the drop-down list, that the text would be the normal black/bold text and no longer the light gray text.
I know that it may be easier to simply delete all of the light-gray text and enter a Comment for those cells... I just really like the look of the light-gray text in the form. The User immediately knows what items they need to update.
Any input? I have looked online for days trying to find a solution. Looking for input and advice! Thanks!