Results 1 to 6 of 6

Thread: closing VBE windows programatically...[resolved]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2001
    Location
    TZI Transition Date
    Posts
    272

    Resolved closing VBE windows programatically...[resolved]

    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:
    1. Application.VBE.Windows("Project - STOCKBOOK").Close
    2.     Application.VBE.Windows("Properties - Module18").Close
    Last edited by MJBNET; Apr 7th, 2005 at 08:00 PM. Reason: reesolved

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width