B
BillCPA
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).CodeModule
ThisWorkbook.VBProject.VBComponents(name).DesignerWindow
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).CodeModule
ThisWorkbook.VBProject.VBComponents(name).DesignerWindow