Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ' Remove all check boxes on an Excel page
- Sub RemoveCheckboxes()
- On Error Resume Next
- ActiveSheet.CheckBoxes.Delete
- Selection.FormatConditions.Delete
- End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement