Hi All,
I am attaching a work sheet where in the a message box will pop up on file open,
now I want to add a text as "# of Rcs expired are"
the macro which I have already created is
Private Sub Workbook_Open()
MsgBox Sheets("KolWB").Evaluate("COUNTIF(I:I,TODAY())")
End Sub
Bookmarks