RE: Excel Help
You need to write a small macro to do that. (you need to attach al macro anyway to do anything with a button).
So, if your number is in B4, make a macro:
Sub Increment()
Range("B4").Value = Range("B4").Value + 1
End Sub
Now make a button on your sheed and attach the macro Increment() to it...
This post was edited on 09-10-2004 at 10:17 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|