VBA to Make Check Box Entry
I have a check box on a worksheet that was set up using the Toolbox toolbar.
As part of a VBA routine I want to put a check into that box as part of a
looping routine.
If Range("A1")=45 then
.....code here to put a check into A2
End If
Record a macro wasn't any help.
What is the code to do this, please?
TIA.
--
Ken Hudson
|