sanilmathews
Board Regular
- Joined
- Jun 28, 2011
- Messages
- 102
HI,
I am trying to build a checklist wherein user inputs a string in column A within the following ranges A6:A8, A10:A14, A16:A18 and A20:A23. I can also name these ranges as Sec1, Sec2, Sec3, and Sec4 for easy reference in the code.
I am trying to get a vba code that would check if all the cells in the range are filled with any string. If any single cell is empty, a message should pop up saying "One or more cells are blank" and if all cells are filled then return "Checklist completed".
Thanks
I am trying to build a checklist wherein user inputs a string in column A within the following ranges A6:A8, A10:A14, A16:A18 and A20:A23. I can also name these ranges as Sec1, Sec2, Sec3, and Sec4 for easy reference in the code.
I am trying to get a vba code that would check if all the cells in the range are filled with any string. If any single cell is empty, a message should pop up saying "One or more cells are blank" and if all cells are filled then return "Checklist completed".
Thanks