Hello,
I'm not quite sure where to begin, so thought I'd jot down what I am trying to do to see if anyone has any thoughts:
1. I have a workbook with a worksheet named Sheet1
2. I have VBA setup to change the background color of required cells to yellow ((i.e. Interior.ColorIndex = 6)
I would like to do the following before allowing a user to save the workbook:
1. Check the entire worksheet for to see if there are any cells with with the yellow background color that arenull
Maybe it'd look something like this?:
The reason I have selected "A:DD" is because those are the columns that could potentially contain cells with yellow backgrounds![]()
Please Login or Register to view this content.
Any help you can offer is appreciated!
Bookmarks