+ Reply to Thread
Results 1 to 2 of 2

private sub to sub

  1. #1
    Registered User
    Join Date
    05-19-2004
    Posts
    4

    private sub to sub

    Hello - how do I call a regular sub after a private sub has been completed? The code for a user form runs, then I need the code in Module 1 to beging running, but I'm not sure how to initialize it. Any help would be greatly appreciated...thanks!!
    tim

  2. #2
    Registered User
    Join Date
    06-21-2004
    Location
    Phoenix, Az
    Posts
    30
    Module Code:

    frmMyForm.Show

    -- in the form code, when you want it to close, use Unload Me or Me.Hide, then the
    -- procedure that called it will continue

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1