countryfan_nt
Well-known Member
- Joined
- May 19, 2004
- Messages
- 765
Hello friends,
This should be easy, I am trying to bold the msgbox font.
Please help me,
Thanks,
Nawaf
This should be easy, I am trying to bold the msgbox font.
Please help me,
Thanks,
Nawaf
Code:
Sub WORKBOOK_OPEN()
If Sheets("DAY OFF").Range("W4") <> Year(Now()) Then
MsgBox ("You Need To Place The Current Year In Cell W4!")
End If
End Sub