What I want to do may not be simple but I was hoping someone can help me out.
I have a "Print & Save" macro on a spreadsheet. When the user pushes the button it also checks to make sure they have completed the "inspection" section of one of the work book. That was easy to do because it is the same area each time that I have named.
I have now been asked to see if I can achieve the same thing on the data entry page.
Column A - Dates (there will be no missed days)
Column B - has other data below but it also houses the "Period Start and End" dates. I have another sheets looking at this piece of data to do an index-match to fill in the reports.
Column H through M - Houses the required information. Now, if one is left blank that is okay, what I need to do is if all 5 are blank for the print macro to stop and prompt the user to go back and fill in the missing data.
So, I guess I need to do some type of find by row and search for all cells for the particular day in the date range and 5 one day which has all 5 cell blank....
Here is the rest of my big mess of code...maybe someone can even clean it up for me 
Bookmarks