Hi all
I have the following code embedded on opening a workbook to ensure it functions correctly when opened on another users machine.
Is there anyway to revert back to the previous state of this on closing the workbook?
I.e. if it was True, close on True, else close on false
Thanks
Chris
I have the following code embedded on opening a workbook to ensure it functions correctly when opened on another users machine.
Code:
Private Sub Workbook_Open()
Application.EditDirectlyInCell = False
End Sub
Is there anyway to revert back to the previous state of this on closing the workbook?
I.e. if it was True, close on True, else close on false
Thanks
Chris