+ Reply to Thread
Results 1 to 5 of 5

auto load the VBA~

Hybrid View

  1. #1
    -_-\
    Guest

    auto load the VBA~

    how to set the VBA autoload when i open the excel file ~?!
    thx a lot~~



  2. #2
    Bob Phillips
    Guest

    Re: auto load the VBA~

    The question doesn't make sense, VBA is there with Excel.

    If you want to run a macro when the workbook opens, name it Auto_Open.

    --
    HTH

    Bob Phillips

    "-_-"" <[email protected]> wrote in message
    news:uWbrs%[email protected]...
    > how to set the VBA autoload when i open the excel file ~?!
    > thx a lot~~
    >
    >




  3. #3
    -_-\
    Guest

    Re: auto load the VBA~

    thank you~
    But i am still confused in VBA and macro.
    I used the visual basic editor to create a form.
    and how can I open the form (ie run sub/userform) when i open the
    workbook.~?

    Thx again~
    "Bob Phillips" <[email protected]> wrote in message
    news:[email protected]...
    > The question doesn't make sense, VBA is there with Excel.
    >
    > If you want to run a macro when the workbook opens, name it Auto_Open.
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "-_-"" <[email protected]> wrote in message
    > news:uWbrs%[email protected]...
    >> how to set the VBA autoload when i open the excel file ~?!
    >> thx a lot~~
    >>
    >>

    >
    >




  4. #4
    Bob Phillips
    Guest

    Re: auto load the VBA~

    Sub Auto_Open()
    Userform1.Show
    End Sub

    --
    HTH

    Bob Phillips

    "-_-"" <[email protected]> wrote in message
    news:[email protected]...
    > thank you~
    > But i am still confused in VBA and macro.
    > I used the visual basic editor to create a form.
    > and how can I open the form (ie run sub/userform) when i open the
    > workbook.~?
    >
    > Thx again~
    > "Bob Phillips" <[email protected]> wrote in message
    > news:[email protected]...
    > > The question doesn't make sense, VBA is there with Excel.
    > >
    > > If you want to run a macro when the workbook opens, name it Auto_Open.
    > >
    > > --
    > > HTH
    > >
    > > Bob Phillips
    > >
    > > "-_-"" <[email protected]> wrote in message
    > > news:uWbrs%[email protected]...
    > >> how to set the VBA autoload when i open the excel file ~?!
    > >> thx a lot~~
    > >>
    > >>

    > >
    > >

    >
    >




  5. #5
    -_-\
    Guest

    Re: auto load the VBA~

    Done~ thx a lot~
    "Bob Phillips" <[email protected]> wrote in message
    news:%23lvtx%[email protected]...
    > Sub Auto_Open()
    > Userform1.Show
    > End Sub
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "-_-"" <[email protected]> wrote in message
    > news:[email protected]...
    >> thank you~
    >> But i am still confused in VBA and macro.
    >> I used the visual basic editor to create a form.
    >> and how can I open the form (ie run sub/userform) when i open the
    >> workbook.~?
    >>
    >> Thx again~
    >> "Bob Phillips" <[email protected]> wrote in message
    >> news:[email protected]...
    >> > The question doesn't make sense, VBA is there with Excel.
    >> >
    >> > If you want to run a macro when the workbook opens, name it Auto_Open.
    >> >
    >> > --
    >> > HTH
    >> >
    >> > Bob Phillips
    >> >
    >> > "-_-"" <[email protected]> wrote in message
    >> > news:uWbrs%[email protected]...
    >> >> how to set the VBA autoload when i open the excel file ~?!
    >> >> thx a lot~~
    >> >>
    >> >>
    >> >
    >> >

    >>
    >>

    >
    >




+ 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