Excel Gurus,
can anyone help with a simple code to expire a workbook within 2 days
can you please put the code where the i have put querstions makrs in the VBA code below? thanks.
Private Sub
Workbook_Open()
If ???????????????????????????????????
Then Application.Run "KillWs"
End Sub
Sub KillWs()
MsgBox "This Workbook is expired", vbExclamation + vbMsgBoxRight
Application.Quit
End Sub
can anyone help with a simple code to expire a workbook within 2 days
can you please put the code where the i have put querstions makrs in the VBA code below? thanks.
Private Sub
Workbook_Open()
If ???????????????????????????????????
Then Application.Run "KillWs"
End Sub
Sub KillWs()
MsgBox "This Workbook is expired", vbExclamation + vbMsgBoxRight
Application.Quit
End Sub