Forum Discussion
kevinduque
Jan 15, 2020Brass Contributor
Convert colored filled cells to numbers
Hi Team, so i have tables below and I want assigned cells filled with color red, yellow, and white converted to corresponding numbers. any idea or help is very muchappreciaTED Red 1 Y...
- Jan 15, 2020My pleasure
The steps you have to perform are the following
1. Open my file (the one which contains the macro)
2. Open the VBA editor (Alt+F11)
3. Navigate to sheet1
4. copy the entire code you see
5. Open your file
6. Open the VBA editor (Alt+F11)
7. Select the sheet in which you want the code to run (yes, the code will only run in this sheet)
8. paste the code into the VBA editor
9. test, save and hopefully be happy with it 🙂
PascalKTeam
Jan 15, 2020Iron Contributor
- Sameer_Kuppanath_SultanJan 15, 2020Brass Contributor
- PascalKTeamJan 15, 2020Iron ContributorMy solutions uses a few lines of VBA code since I don't think this can be done without VBA
- kevinduqueJan 15, 2020Brass Contributor
PascalKTeam - can you share please the VB code would really appreciate it