+ Reply to Thread
Results 1 to 2 of 2

excel VBA user form

  1. #1
    hngo
    Guest

    excel VBA user form

    Hi,

    i am a new user on excel VBA.

    1)I know we create a user form in visual basic editor, but how do we show it
    in the workbooks.
    2)can we edit an existing form and how do we do it?
    3)is there a any way we can import a form from access to excel? I have
    create a database in access but now want to convert to excel due to numerous
    calculations require?




  2. #2
    Harald Staff
    Guest

    re: excel VBA user form

    "hngo" <[email protected]> skrev i melding
    news:[email protected]...

    > i am a new user on excel VBA.
    >
    > 1)I know we create a user form in visual basic editor, but how do we show
    > it
    > in the workbooks.


    That is done by running a macro, like

    Sub ShowForm()
    Userform1.Show
    End Sub

    > 2)can we edit an existing form and how do we do it?


    You can edit a userform the same way/place that you create it, unless the
    project is password protected. You can not modify Excel's built-in dialogs.

    > 3)is there a any way we can import a form from access to excel? I have
    > create a database in access but now want to convert to excel due to
    > numerous
    > calculations require?


    As far as I know; No, sorry.

    HTH. Best wishes Harald



+ 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