+ Reply to Thread
Results 1 to 3 of 3

Creating a Counter

  1. #1
    Registered User
    Join Date
    05-21-2008
    Location
    London
    MS-Off Ver
    2007
    Posts
    66

    Creating a Counter

    Is there a way of creating a manual counter. For example if cell A1 was made into a "up" button and Cell B1 started at 0 and cell C1 was made into a "down" button. Then if A1 was clicked the number in B1 would increase and vise versa for C1.

    Thanks

    Ivan
    Last edited by VBA Noob; 07-12-2008 at 02:43 AM.

  2. #2
    Forum Contributor
    Join Date
    02-27-2008
    Posts
    199
    You can add in a "Spinner" from the Form Controls toolbox that should do the trick. After you have inserted it in the sheet right click on it and go to the "Format Control" option and set the Cell Link as $B$1. Then when you click on the up or down arrows the cell will increase or decrease by 1 (or whatever you set the incremental change to. The max in this control is 30000, but that is quite an increase if you are doing it manually so hopefully it will suffice.

    Hope that helps.

  3. #3
    Registered User
    Join Date
    05-21-2008
    Location
    London
    MS-Off Ver
    2007
    Posts
    66

    Smile

    Claymation
    That's great thanks for your help.

+ 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