Hello;
I first use VB++.
My code like this :
Dim sObject(1 To 3) As CheckBox
sObject(1) = Sheet2.CheckGAI10
sObject(2) = Sheet2.CheckGAI11
sObject(3) = Sheet2.CheckGAI12
But debug is error.
How to do?
Welcome any advices.
Thank you very much.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: Which is wrong about array set
|
Click Here to Expand Forum to Full Width |