Form Controls on a worksheet and Macro
Peter,
For Each chk In Activesheet.Checkboxes
Debug.Print chk.Name, chk.Value
Next chk
--
HTH
Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
"Peter M" wrote in message
...
I have a number of checkboxes on a worksheet that I wish to disable or
enable under macro control, but I dont seem to be able to identify them in
the excel object model.
Any hints or directions gratefully received.
Peter
|