H
Hal
Hello all,
I want to have a workbook check if its name is in the recent file list.
Please advise on how to use the RecentFile(s) classes to do this.
Private Sub Workbook_Open()
If workbookname is in recent file list Then
MsgBox ("Display Me!")
End If
End Sub
Thanks.
I want to have a workbook check if its name is in the recent file list.
Please advise on how to use the RecentFile(s) classes to do this.
Private Sub Workbook_Open()
If workbookname is in recent file list Then
MsgBox ("Display Me!")
End If
End Sub
Thanks.