+ Reply to Thread
Results 1 to 4 of 4

VBA User Forms

  1. #1
    Forum Contributor
    Join Date
    12-16-2004
    Posts
    125

    VBA User Forms

    I hope this is the right place to post this question. I feel very dumb asking this. I have created a user form and it works fine, but I do not know how to activate it in the workbook. I have searched everywhere but I cannot figure this out. How do I add something to a menu to use my user form? Thanks for any replies.

  2. #2
    Carim
    Guest

    Re: VBA User Forms

    Hi CJ,

    the name of your form followed by a period and the instruction Show ...
    e.g.
    Input.Show

    HTH
    Cheers
    Carim


  3. #3
    Tom Ogilvy
    Guest

    Re: VBA User Forms

    Sub ShowForm()
    Userform1.Show
    End Sub

    attach that macro to your button like you would any other macro.

    --
    Regards,
    Tom Ogilvy


    "CJ-22" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I hope this is the right place to post this question. I feel very dumb
    > asking this. I have created a user form and it works fine, but I do
    > not know how to activate it in the workbook. I have searched
    > everywhere but I cannot figure this out. How do I add something to a
    > menu to use my user form? Thanks for any replies.
    >
    >
    > --
    > CJ-22
    > ------------------------------------------------------------------------
    > CJ-22's Profile:

    http://www.excelforum.com/member.php...o&userid=17551
    > View this thread: http://www.excelforum.com/showthread...hreadid=519442
    >




  4. #4
    Forum Contributor
    Join Date
    12-16-2004
    Posts
    125
    Thanks Carim and Tom. This works great. I didn't even think of creating a macro to show the userform. Thanks again.

+ 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