The Me.Shapes worked fine for Visible! Thanks for that.
But what code can you use for enabled? It says Object doesn't support this proerty or method.
I figure Me.Shapes is the incorrect part? What should I change that to?
How about refering to variables? i.e. I want at least 21 variables of each type.
Could I do something like
For Vary 1 To 21
Dim Sales(Vary) As Integer
Dim String(Vary) As String
Next Vary
Bookmarks