hi,
I need a vba for entering values on todays date only otherwise msg.Date is not matching todays date.
see attachment please.
hi,
I need a vba for entering values on todays date only otherwise msg.Date is not matching todays date.
see attachment please.
Hello,
What is " msg.Date"
hi,
Thanks for replying,
Msg.date means msg must be pop on if data is not entering in today's date.
what i want that user must enter data daily (not before the data nor after the date.)
Place in the worksheet module.![]()
Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Cells(4, Target.Column) <> Int(Date) Then MsgBox "You need to be in the proper date column" End Sub
http://www.davesexcel.com/wherearethemodules.htm
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks