A
ADK
Before I implement this in my workbook, I just wanted to know if anyone sees
issues/problems with using this code. Seems to work fine. If ok, should I
include error handling in the code?
Both are in ThisWorkbook
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Application.DisplayFullScreen = False
Application.Quit
End Sub
Private Sub Workbook_Open()
Application.DisplayFullScreen = True
End Sub
Thanks,
ADK
VBA Beginner
issues/problems with using this code. Seems to work fine. If ok, should I
include error handling in the code?
Both are in ThisWorkbook
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Application.DisplayFullScreen = False
Application.Quit
End Sub
Private Sub Workbook_Open()
Application.DisplayFullScreen = True
End Sub
Thanks,
ADK
VBA Beginner