Hi,
I have below lines in my code.
Dim MyOrig As Office.CommandBar
Set MyOrig = CommandBars("Menu Bar")
Dim MyMAIN As CommandBar
Set MyMAIN = CommandBars.ActiveMenuBar
What would be the alternative for 'Office.CommandBar' in Office 365 for MS Access.
This code is written in older version of Access and I need to make it work in Office 365.
I am pretty blank in this scenario, kindly pardon my ignorance.
Can anyone please help me in this.
I have below lines in my code.
Dim MyOrig As Office.CommandBar
Set MyOrig = CommandBars("Menu Bar")
Dim MyMAIN As CommandBar
Set MyMAIN = CommandBars.ActiveMenuBar
What would be the alternative for 'Office.CommandBar' in Office 365 for MS Access.
This code is written in older version of Access and I need to make it work in Office 365.
I am pretty blank in this scenario, kindly pardon my ignorance.
Can anyone please help me in this.
Last edited: