I have set up a file with heaps of checkboxes which I want to hide when not in use. The VBA is running perfectly except when I close the file. I get the following error: "Run-time error '50290': Application-defined or object-defined error" The error takes me to this code: Sub
Sub hide_atsi()
Sheet5.Shapes("textbox 74").Visible = msoCFalse
End Sub
I have been using this file for months and had no problems but now this happens every time I close and save the file.
Sub hide_atsi()
Sheet5.Shapes("textbox 74").Visible = msoCFalse
End Sub
I have been using this file for months and had no problems but now this happens every time I close and save the file.