Hi,
I am new to this forum and I don't know where I can ask my question, that's why I do it here, since it has to do with what they were talking about.
I have a problem with the code they put to show the Checkboxes after they were hidden.
This is the code that gives me problems.
Sub UnHideColumns ()
Columns ("D: AL"). EntireColumn.Hidden = False
ActiveSheet.CheckBoxes.Visible = True
End Sub
when I run it, it shows me the boxes on the form, but I get an error message that says:
<< There was an error "1004" at runtime:
The visible property of the CheckBoxes class cannot be assigned. >>
Thank you very much for your help!
I also leave the file in case they need it.
Bookmarks