+ Reply to Thread
Results 1 to 4 of 4

Correct coding entry of VBA macros in Excel worksheet

Hybrid View

Guest Correct coding entry of VBA... 11-29-2005, 08:20 PM
Guest Re: Correct coding entry of... 11-29-2005, 08:45 PM
Guest Re: Correct coding entry of... 11-29-2005, 10:40 PM
Guest Re: Correct coding entry of... 11-30-2005, 07:10 AM
  1. #1
    Jack R
    Guest

    Correct coding entry of VBA macros in Excel worksheet

    It has been some years since I needed this application. On an Excel
    spreadsheet I need to enter [via VBA Editor] a sequence of 3 macros which
    will activate a "running total" in each cell. I have the code, but not sure
    how to enter [type] in the Editor page.
    --
    WJR

  2. #2
    Bob Phillips
    Guest

    Re: Correct coding entry of VBA macros in Excel worksheet

    In the VBIDE window (Ctrl-G), just type the macro names and return, or
    select them from the Excel app via Alt-F8, and select and run from the
    list.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Jack R" <jgoose@excel2003.com> wrote in message
    news:C8C28FE1-3626-46B2-9CE5-E897966FC8A7@microsoft.com...
    > It has been some years since I needed this application. On an Excel
    > spreadsheet I need to enter [via VBA Editor] a sequence of 3 macros which
    > will activate a "running total" in each cell. I have the code, but not

    sure
    > how to enter [type] in the Editor page.
    > --
    > WJR




  3. #3
    Jack R
    Guest

    Re: Correct coding entry of VBA macros in Excel worksheet

    Bob: Thanks, will give both options a try. Also if I want a range of cells
    to be RT [running total] active, will the macros do so anytime I open the
    worksheet? Or must I select all the cells and do something else?
    Gracias!
    --
    WJR


    "Bob Phillips" wrote:

    > In the VBIDE window (Ctrl-G), just type the macro names and return, or
    > select them from the Excel app via Alt-F8, and select and run from the
    > list.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "Jack R" <jgoose@excel2003.com> wrote in message
    > news:C8C28FE1-3626-46B2-9CE5-E897966FC8A7@microsoft.com...
    > > It has been some years since I needed this application. On an Excel
    > > spreadsheet I need to enter [via VBA Editor] a sequence of 3 macros which
    > > will activate a "running total" in each cell. I have the code, but not

    > sure
    > > how to enter [type] in the Editor page.
    > > --
    > > WJR

    >
    >
    >


  4. #4
    Bob Phillips
    Guest

    Re: Correct coding entry of VBA macros in Excel worksheet

    If your code uses a Selection range, then you will need to select it each
    time.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Jack R" <jgoose@excel2003.com> wrote in message
    news:E8726C51-6E84-488F-9AB1-FAE0BC3C6E52@microsoft.com...
    > Bob: Thanks, will give both options a try. Also if I want a range of

    cells
    > to be RT [running total] active, will the macros do so anytime I open the
    > worksheet? Or must I select all the cells and do something else?
    > Gracias!
    > --
    > WJR
    >
    >
    > "Bob Phillips" wrote:
    >
    > > In the VBIDE window (Ctrl-G), just type the macro names and return, or
    > > select them from the Excel app via Alt-F8, and select and run from the
    > > list.
    > >
    > > --
    > >
    > > HTH
    > >
    > > RP
    > > (remove nothere from the email address if mailing direct)
    > >
    > >
    > > "Jack R" <jgoose@excel2003.com> wrote in message
    > > news:C8C28FE1-3626-46B2-9CE5-E897966FC8A7@microsoft.com...
    > > > It has been some years since I needed this application. On an Excel
    > > > spreadsheet I need to enter [via VBA Editor] a sequence of 3 macros

    which
    > > > will activate a "running total" in each cell. I have the code, but

    not
    > > sure
    > > > how to enter [type] in the Editor page.
    > > > --
    > > > WJR

    > >
    > >
    > >




+ 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