Let’s say cell A1 has the value 1. I want this cell to increment itself every second.
So after 1 second, cell A1 now has the value 2. After two seconds the value is 3, etc, etc, etc.
How can I set that up?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s a way to do it using VBA:
This has its quirks, but I don’t know what you’re going to use this for, so I don’t know, maybe this will suit your purposes.