Version edited by HansV – the question is about Excel 2003, not 2000
I have been using the following to hide the VBE. but now I find that it hangs in xl 2003, even though it seems to be in the object model on a machine I checked that was running 2003.
Any clues why or any workaround?
If Val(Application.Version) =>9 Then .VBE.MainWindow.Visible = False End If
Thanks