Hi,
I have a spreadsheet that lists equipment for a worksite. These items need checking every fortnight.
I need a forumla/macro that will give me a Message Box when I open the spreadsheet on these specified dates.
For example;
Sheet "RG1" next equipment check is due 15 Apr 09 then 29 Apr 09 and so on(Checked every 2 weeks)
So far I have put all the specified dates for the next few years in a column (F1-F50), and tried creating a macro that would go something like this;
If Worksheets("RG1").Range("f1:f50").Value = Date Then
MsgBox "Please check RG1 Kit"
End If
But so far no such luck - Any idea's??
I have a spreadsheet that lists equipment for a worksite. These items need checking every fortnight.
I need a forumla/macro that will give me a Message Box when I open the spreadsheet on these specified dates.
For example;
Sheet "RG1" next equipment check is due 15 Apr 09 then 29 Apr 09 and so on(Checked every 2 weeks)
So far I have put all the specified dates for the next few years in a column (F1-F50), and tried creating a macro that would go something like this;
If Worksheets("RG1").Range("f1:f50").Value = Date Then
MsgBox "Please check RG1 Kit"
End If
But so far no such luck - Any idea's??