-
Editing forms
In the VBE and VB environments, when I edit a form, the form is shifted and displayed in the middle of the window. The net effect is that I cannot see the whole form without resizing and because the window doesn't support scrollbars, it limits the size of my form.
Has anyone seen this or know of a fix?
Thanks,
MWT
-
Re: Editing forms
Sounds like you're in MDI development mode.
Choose Tools>Options>Advanced
check the SDI and hit ok - it will start next time you load the IDE
SDI mode disconnects all the IDE windows - so you can maximize forms and code windows, etc
-
Re: Editing forms
Thanks for that but actually, for some reason it's OK in VB now but the problem still remains in the VBE IDE for VBA.
Thanks,
MWT