Hi all,
Attempting something a bit above my skill level.
I am attempting to set up a sheet that requires mandatory cells to be filled out before the worksheet can be saved.
The twist is I only need these mandatory cells to be filled out if another cell has an input value of "YES".
My example is if cell B68 has a text value "YES" input into it, cells B69, B70, B71 and B72 require text values input into them before the worksheet can be saved.
If B68 has any other or no text value input, mandatory cells don't require filling out in order to save the worksheet.
Hoping someone can help me out with the VBA coding required
Attempting something a bit above my skill level.
I am attempting to set up a sheet that requires mandatory cells to be filled out before the worksheet can be saved.
The twist is I only need these mandatory cells to be filled out if another cell has an input value of "YES".
My example is if cell B68 has a text value "YES" input into it, cells B69, B70, B71 and B72 require text values input into them before the worksheet can be saved.
If B68 has any other or no text value input, mandatory cells don't require filling out in order to save the worksheet.
Hoping someone can help me out with the VBA coding required