Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I'm trying to uncheck all the check boxes using a macro. Private Sub Clearall() Dim ws As Worksheet Dim chkbx As OLEObject For Each chkbx In ws.OLEObjects chkbx.Object.Value = False Next chkbx End Sub and I'm getting an error Run time error-"91": Object variable or With block variable not set. Please Help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can one macro serve several check boxes? | Charts and Charting in Excel | |||
Clearing Check Boxes & Running a diff Macro when unchecking the ch | Excel Discussion (Misc queries) | |||
Clearing Check Boxes and Cells | Excel Discussion (Misc queries) | |||
Clearing Check Boxes and Cells | Excel Discussion (Misc queries) | |||
Clearing Check Boxes and Cells | Excel Worksheet Functions |