View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
marksuza[_5_] marksuza[_5_] is offline
external usenet poster
 
Posts: 1
Default erasing checkboxes

Hi, I dont have much background in programming so I need a little hel
with a piece of code a put together to erase checkboxes in a specifi
range.

Sub Erase3()

Dim myCBX As CheckBox

For Each myCBX In Range("A10:A15")
myCBX.Delete
Next
End Sub

It gives me type mismatch. What does it mean? And can anybody help me
Thank

--
Message posted from http://www.ExcelForum.com