A
Aaron
Hey gurus,
I have had a prob for a while and thought I had sussed it but have now
realised im not quite there.
ActiveSheet.Unprotect
Range("Q16").Select
Selection.NumberFormat = "0.0"
ActiveSheet.Protect DrawingObjects:=True, Contents:=True,
Scenarios:=True
I have tied this macro to a button on the worksheet, but all it is
doing is setting the cell to 0.0 dp.
What I want is a jog function, where I can press it and see the target
cell dp go up and up to 0.0, 0.00, 0.000, 0.0000 etc each time.
Can someone please help with this?
Cheers,
Aaron.
I have had a prob for a while and thought I had sussed it but have now
realised im not quite there.
ActiveSheet.Unprotect
Range("Q16").Select
Selection.NumberFormat = "0.0"
ActiveSheet.Protect DrawingObjects:=True, Contents:=True,
Scenarios:=True
I have tied this macro to a button on the worksheet, but all it is
doing is setting the cell to 0.0 dp.
What I want is a jog function, where I can press it and see the target
cell dp go up and up to 0.0, 0.00, 0.000, 0.0000 etc each time.
Can someone please help with this?
Cheers,
Aaron.