+ Reply to Thread
Results 1 to 4 of 4

Finishing an VBA program

Hybrid View

  1. #1
    Registered User
    Join Date
    12-13-2009
    Location
    Lisbon,Portugal
    MS-Off Ver
    Excel 2003
    Posts
    56

    Finishing an VBA program

    Hi all,


    how we finish a program made on excell VBA ?
    i meant, we use the userform as the start of our program, we finish the code, and then, we close our Excell, and when we click on our excell file, we want that it opens on the userform made, without going to the excell sheet.

    so, like it was a program independent of the excell program.

    sorry my english, i tried to explain the best i know.
    Last edited by Nuno Neves; 03-14-2014 at 11:56 AM.

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Finishing an VBA program

    Hi

    In "This workbook" module, try something like this.

    Private Sub Workbook_Open()
    UserForm1.Show
    End Sub
    Modify the name of your userform.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    12-13-2009
    Location
    Lisbon,Portugal
    MS-Off Ver
    Excel 2003
    Posts
    56

    Re: Finishing an VBA program

    Thks Fotis1991

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Finishing an VBA program

    You are welcome and thanks for the feedback.

    As that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED,as per Forum Rule #9. Thank you.

    Also, as a new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need Help Finishing My Sheet
    By Adam Schaefer in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-18-2013, 10:02 PM
  2. [SOLVED] I need help with finishing a macro.
    By ATOP in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-14-2013, 11:38 AM
  3. Loop finishing too early!!
    By newbi004 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 08-16-2013, 01:23 PM
  4. [SOLVED] Loop not finishing
    By boomersooner5136 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-14-2012, 10:51 AM
  5. Resolved >>>For Loop not finishing.
    By Alan1981 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-25-2007, 09:03 AM

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