+ Reply to Thread
Results 1 to 4 of 4

Excel Counting!!

  1. #1
    slvtenn
    Guest

    Excel Counting!!

    How can i make an excel spread sheet, in a certain cell like G6, count
    up one number from the number already entered in cell G6 everytime i
    open that spread sheet? Any help would be greatly appreciated!!


  2. #2
    Don Guillett
    Guest

    Re: Excel Counting!!

    put the line in an auto_open macro in the ThisWorkbook module.

    Range("g6") = Range("g6") + 1



    --
    Don Guillett
    SalesAid Software
    [email protected]
    "slvtenn" <[email protected]> wrote in message
    news:[email protected]...
    > How can i make an excel spread sheet, in a certain cell like G6, count
    > up one number from the number already entered in cell G6 everytime i
    > open that spread sheet? Any help would be greatly appreciated!!
    >




  3. #3
    slvtenn
    Guest

    Re: Excel Counting!!

    Thanks for the help Don it worked great!!


  4. #4
    Don Guillett
    Guest

    Re: Excel Counting!!

    Easy if you know how.

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "slvtenn" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks for the help Don it worked great!!
    >




+ 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