I need to check if the data in the cells A to D are complete and correct for all the sheets in excel and get the output populated in a separate sheet.
<tbody>
A
B
C
D
Name
Age
DOB
Date of graduation
</tbody>
Can I use Excel VBA code for this? If yes, what would be the code?
Thanks in...