+ Reply to Thread
Results 1 to 6 of 6

How to: Create button that adds +1 to A1 field each time it's clicked.

Hybrid View

  1. #1
    Valued Forum Contributor nigelbloomy's Avatar
    Join Date
    11-06-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    1,011

    Re: How to: Create button that adds +1 to A1 field each time it's clicked.

    Does this help?
    Sub clickadd()
    Range("A1") = Range("A1").Value + 1
    End Sub
    Some people volunteer in soup kitchens or hospitals. I choose to make the world better by trying to help you with Excel. We're all learning.

    <---Click * Add Reputation for all helpful comments. It's like giving a smile.
    Forum Rules: How to mark your post [Solved] and have a happier, Excel enriched life.

  2. #2
    Registered User
    Join Date
    06-29-2015
    Location
    Florida
    MS-Off Ver
    2010
    Posts
    5

    Re: How to: Create button that adds +1 to A1 field each time it's clicked.

    Looks like it might, but you're giving me too much credit. So....would I plug this into a Form button or an Active X button? Once I've created the proper button....how do I plug it in and active it? My questions are too odd for Google to produce an answer for me. I have tried this first. Honest!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Create a button that adds current time into cell
    By miah in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-14-2015, 04:35 AM
  2. Need to Advance time by 1 hour each time a button is clicked
    By john dalton in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-24-2014, 10:11 AM
  3. [SOLVED] Record date last time button was clicked
    By MaddyG in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-20-2013, 11:55 PM
  4. Modifying a Macro Button to time stamp when the button was clicked.
    By jonvanwyk in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-22-2010, 04:46 PM
  5. Using a Form Button to add 1 to a cell each time it is clicked
    By a.mack123 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-14-2010, 03:16 AM

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