D
DeanH
Several days ago I received and opened a .xls file, which obviously had
macros installed that totally changed the menus and toolbars. I closed this
down without doing anything else, but the next time and everytime since my
File menu, Standard and Formatting toolbars were changed. I have customised
the toolbars and menus back to how I want them but I still have the following
problem.
Upon opening Excel I get the following error:
Microsoft Visual Basic
Run-time error ‘-2147467259 (80004005)’:
method ‘BeginGroup’ of object’ _CommandBarButton’ failed.
If I debug the following script is highlighted:
CMenuFichier.Controls.Item(14).BeginGroup = True
Does anyone now how I can correct this, so I don’t get this error everytime
I open Excel?
macros installed that totally changed the menus and toolbars. I closed this
down without doing anything else, but the next time and everytime since my
File menu, Standard and Formatting toolbars were changed. I have customised
the toolbars and menus back to how I want them but I still have the following
problem.
Upon opening Excel I get the following error:
Microsoft Visual Basic
Run-time error ‘-2147467259 (80004005)’:
method ‘BeginGroup’ of object’ _CommandBarButton’ failed.
If I debug the following script is highlighted:
CMenuFichier.Controls.Item(14).BeginGroup = True
Does anyone now how I can correct this, so I don’t get this error everytime
I open Excel?