How can I define an array in a sheet so that I can change it through a form.
For example, I have typing this in the code for the sheet:
Dim MyFormsShown(18) As Boolean
And this in the code for the form:
If event occurs Then
Sheet1.MyFormsShown(2) = False
End If
This did not work...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.