View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AndrewSiffert AndrewSiffert is offline
external usenet poster
 
Posts: 2
Default Deleting Checkbox Object in Cell

Hello,
I have not problem creating a checkbox with in a cell. However when it come
time to delete the checkbox I can't seem to select the object. Note, the
sheet has several checkboxes and deleting them by name will not work. I need
to reference a cell to delete the checkbox.

ActiveSheet.CheckBoxes.Delete

This works great for all cells but how about if I just want to delete one
checkbox in an selected cell.

Thanks,
Andy