Hello,
I have a table where users enter data. The final entry, in col M, is their name.
I would like to create an VBA code that will display a msg box if the user enters their name in col M without having entered a date in col J.
I've written the following if function which seems to do the...