hi
i need here your little help,
i want If Sheet("Entry").range("P3") has not today date then run the macro otherwise no
thanx
hi
i need here your little help,
i want If Sheet("Entry").range("P3") has not today date then run the macro otherwise no
thanx
Use Code-Tags for showing your code :
Please mark your question Solved if there has been offered a solution that works fine for you
If You like solutions provided by anyone, feel free to add reputation using STAR *
![]()
if Sheets("Entry").Range("P3").Value <> DateValue(Now()) Then
FWIW:
![]()
Sub HaroonSid() If Sheets("Entry").Range("P3") <> Date Then Call TheMacroName End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks