Hi Zhu -
I think what you're describing is normal. Each module uses its own work
area window. If you want all
VB procedure code in one window, copy all the
code to one module.
As for the UserForm design Window, you can't move the left or upper edges of
the form itself (they're locked to the work area window), but you can drag
the right-hand and lower edges of the form, essentially giving you total
control over its size.
I don't think your work area is broken; unless I've misunderstood you,
that's the way it's supposed to work.
--
Jay
"Zhu" wrote:
Initially, the Project Explorer and Property window can not be docked to the
left side in the VBE. I have them fixed by deleting the code in the Registery
Editor by running Regiedit.
But here are still some other problems: I have duplicated Code Windows. Each
time when I click a Module, a new Code Window appears. But I just need one.
Also, the Userform design window can not be resized togather with the
userform.
Can anybody tell me how to fix the problems?
Thanks