P
Peter Ostermann
Hi folks,
migrating from Excel 2000 to 2003, I realize that
the VBA-code may have changed in some parts.
The routine below, called when workbook
opens - quite helpful at times when a bit of
programming is done - in 2003 produces
an error:
Sub OpenMainWindow()
' On Error Resume Next
With Application.VBE.MainWindow
.Visible = True
.SetFocus
End With
End Sub
Is there any known workaround available?
Thanks in advance for any hint.
Best Regards
Peter Ostermann
migrating from Excel 2000 to 2003, I realize that
the VBA-code may have changed in some parts.
The routine below, called when workbook
opens - quite helpful at times when a bit of
programming is done - in 2003 produces
an error:
Sub OpenMainWindow()
' On Error Resume Next
With Application.VBE.MainWindow
.Visible = True
.SetFocus
End With
End Sub
Is there any known workaround available?
Thanks in advance for any hint.
Best Regards
Peter Ostermann