M
Mike Londero
Hello!
I have a problem to Reset the CommandBars in MS Word 2003 (SP1) with a
VBA-Macro:
Dim oCmdBar As Office.CommandBar
For Each oCmdBar In Application.CommandBars
oCmdBar.Reset
Next
This code works fine with Windows 2000 (SP4) but have no effect on
Windows XP (SP2). Does anybody have the same problem?
Thank you.
Mike
I have a problem to Reset the CommandBars in MS Word 2003 (SP1) with a
VBA-Macro:
Dim oCmdBar As Office.CommandBar
For Each oCmdBar In Application.CommandBars
oCmdBar.Reset
Next
This code works fine with Windows 2000 (SP4) but have no effect on
Windows XP (SP2). Does anybody have the same problem?
Thank you.
Mike