M
Mia
Hi,
I want a msgBox when a cell i empty,
I can´t get the cod to work, do anyone
know how to do this?
My code are
Dim Period As Date
Period = ActiveSheet.Range("b3")
If Period="" Then
MsgBox "Du har glömt att välja sorteringsperiod", vbCritical
Exit Sub
I want a msgBox when a cell i empty,
I can´t get the cod to work, do anyone
know how to do this?
My code are
Dim Period As Date
Period = ActiveSheet.Range("b3")
If Period="" Then
MsgBox "Du har glömt att välja sorteringsperiod", vbCritical
Exit Sub