I have a question that I have two rows from D77 TO D132 which is column D
and I have column B with rows B77 till B132.

I want to check that if a user fill anything in D77 or any row from D77 to D132 he needs to fill row against B Column.
As an example some one put data in row D77 and didnt feed any data in B77 against that it will ask the user to put the data in B77 before saving and wont let the user save the file until he enters data against D77 row in B77.

Can anyone help me with the macro. I am pretty new so I am not sure how to make it.

Its basically a conditional macro that it checks the rows against D to B and verifies if D row is filled B is also filled but if B row is not filled it ask the user to fill in the data in row B before saving.