Hello...
Basic
VB question here:
I have two classes in my application (it's actually an ActiveX DLL). Class A is instantiated by a spreadsheet that incorporates the DLL.
An instance of Class B is created by the instance of Class A.
Now: in the instance of Class B, I want to reference a variable belonging to the instance of class A.
How do I refer to this variable (let's say the variable's name is X)?
The first problem is that I don't even know how to reference the instance of Class A from the instance of Class B.
Am I making the right approach in the first place?
Please can you help?
Thanks!
James
//##