Window Manipulation
Using the following code, I can change the size and location of the windows
in the VBA Editor that display the VBA code and forms. Is there some way to
do the same with the other windows - project window, watch window, etc.?
ThisWorkbook.VBProject.VBComponents(name).CodeModu le
ThisWorkbook.VBProject.VBComponents(name).Designer Window
--
Bill @ UAMS
|