canarycat123
New Member
- Joined
- Sep 1, 2021
- Messages
- 27
- Office Version
- 365
- 2019
- Platform
- Windows
Hi there - beginner to VBA here, so what I'm about to ask is way out of knowledge base, but am wondering if someone can help.
I would like code that is able to do the following:
1. Within a range of data highlight empty cells in yellow up until the last populated row. That will need to be dynamic as rows will continue to be added, and any empty cells there should also be highlighted.
2. Count the number empty cells within that range and display the number on another sheet.
3. When an empty cell is filled the highlight should be removed and the count reduced on the other sheet.
I would like code that is able to do the following:
1. Within a range of data highlight empty cells in yellow up until the last populated row. That will need to be dynamic as rows will continue to be added, and any empty cells there should also be highlighted.
2. Count the number empty cells within that range and display the number on another sheet.
3. When an empty cell is filled the highlight should be removed and the count reduced on the other sheet.