can i close these windows without the exact caption ?
if not how do i find it ?
i want to wind up with an empty VBE gray screen, just the menu bar & tools...
...this works..but i cheated...
VB Code:
Application.VBE.Windows("Project - STOCKBOOK").Close Application.VBE.Windows("Properties - Module18").Close




Reply With Quote