N
nbs
Here is the actual code that causes this interesting
problem:
If Sheets("Monitor").Cells(6, 5).Value > Sheets
("Corrective Actions").Cells(6, 5).Value Then
UserForm1.Show
Both are date formatted fields as described below, yet it
seems to be only looking at the time of day.
Thanks for any further insight!!
problem:
If Sheets("Monitor").Cells(6, 5).Value > Sheets
("Corrective Actions").Cells(6, 5).Value Then
UserForm1.Show
Both are date formatted fields as described below, yet it
seems to be only looking at the time of day.
Thanks for any further insight!!