View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Keith Wilby Keith Wilby is offline
external usenet poster
 
Posts: 40
Default Newbie Shapes Question

I have a spreadsheet with checkboxes (shapes) which I can refer to in code
using (for example)

ActiveSheet.Shapes("Check Box 19")

Can I derive the checkbox's state (true/false) using code or is it just a
dumb shape?

Thanks.

Keith.