Quantonium
New Member
- Joined
- Jan 30, 2022
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
I'm trying to use VBA to get tabs/sheets to change color depending on the TRUE/FALSE status of cell A1 (A1 checks if there are any FALSE values in a column of TRUE/FALSE values that will show FALSE if a certain value in that row is greater than a certain other value in that row). A1 updates accordingly when i restart excel, or press CTRL-ALT-F9, but the only way to get the tab-color to update is by writing something manually in a random cell in the specific sheet.
I would like the VBA to somehow recognize the A1 value as FALSE, and update the color of the tab.
I've included pictures of the VBA, general setup of the sheet, and intended outcome. Note that I know very little about VBA, and mostly followed an online guide for this to work.
Thanks
I would like the VBA to somehow recognize the A1 value as FALSE, and update the color of the tab.
I've included pictures of the VBA, general setup of the sheet, and intended outcome. Note that I know very little about VBA, and mostly followed an online guide for this to work.
Thanks