Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
First things first: I created a shape and added a bottom right inner shadow to it. Then added the following code and linked the CountClicks macro to the shape.
This is the result:
Dim MyButton As Shape Dim oHeight, oWidth, cHeight, cWidth As Double Dim oTop, oLeft As Long
Public Sub PressButton() Set MyButton = ActiveSheet.Shapes(Application.Caller)