Counter ?

  • Thread starter Thread starter cmlm
  • Start date Start date
C

cmlm

I want to set up a counter in cell H19, counting every time a spicific
macro is being activated. Is this possible?

Thank you in advance.

cmlm
 
Sub countmacro1()
call my macro
Range("h19") = Range("h19") + 1
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Unread e-mail count in Samsung Oreo update 3
Count 3
Row Count... 4
How to hide password? 1
(OT) Ebay count down counter.... 1
countif 8
code help 0
Cell Counter/Increment 2

Back
Top