C
Chance
I would like to click on a command button - it would then add 1 to a
predetermined cell
predetermined cell
Kassie said:Hi
You do not say at what stage this cell will be determined? Is it always the
same cell, is it the active cell, or do you want to establish which cell is
to be acted on?
Bob Phillips said:Which bit do you want, the add bit
With Range("H10")
.Value = .Value + 1
End With
or add the button. Drag it off the Forms toolbar and assign a macro with the
above code
--
HTH
RP
(remove nothere from the email address if mailing direct)