Moonbeam111
Board Regular
- Joined
- Sep 24, 2018
- Messages
- 73
- Office Version
- 365
- 2010
Hi all,
I have names that stretch from T1 to W28 (1 name per cell). I also have a name in cell C3 that I pick from a drop down list that corresponds to those names in cells T1 to W28.
What I'm trying to achieve is this: When I select a name from the drop down list in cell C3. I would like the vba function to look for the name that I selected from cell C3 and match it to the same name that is somewhere within T1 to W28 and fill it with a yellow background color.
I've tried a few codes but its not working. This is all basically so I know which names have already been selected from the drop down list so I don't select them again. Any help would be greatly appreciated.
I have names that stretch from T1 to W28 (1 name per cell). I also have a name in cell C3 that I pick from a drop down list that corresponds to those names in cells T1 to W28.
What I'm trying to achieve is this: When I select a name from the drop down list in cell C3. I would like the vba function to look for the name that I selected from cell C3 and match it to the same name that is somewhere within T1 to W28 and fill it with a yellow background color.
I've tried a few codes but its not working. This is all basically so I know which names have already been selected from the drop down list so I don't select them again. Any help would be greatly appreciated.