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..
Thanks for any help,
Eric
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..
Thanks for any help,
Eric