Hi,
The code in the attachment is:
Public Sub DeleteClearChangeHistoryMenuItem()
CommandBars.ActiveMenuBar.Controls(CommandBars.ActiveMenuBar.Controls.Count).Delete
End Sub
I want to know whether we can move this code into the open event ....seems like activate and deactivate events is causing the script to slow down when placed on the network
![]()




Reply With Quote