I have:
- Form1
- Class1 (with method Test)
In Form1, i have declared:Now, i want to use CallByName from another module, to call Test from Class1. E.g.:Code:Private x As Class1But it doesn't go that easyCode:CallByName Form1, "x.Test", vbMethodIs there any solution to my problem?
Thanx!
-gav




Is there any solution to my problem?
Reply With Quote