View Single Post
  #2   Report Post  
Tom Ogilvy
 
Posts: n/a
Default

Activesheet.Optionbuttons.Delete
for each ole in Activesheet.OleObjects
if typeof ole.Object is msforms.Optionbutton then
ole.delete
end if
Next

--
Regards,
Tom Ogilvy

"Ken G." wrote in message
...
I have a sheet which used "Yes/No" Radio Buttons which I've now replaced

with
Tick Boxes. There is one button which I cannot remove. I can't select it,
can't make it active, therefor can't remove it.

Please help!