Ravik
13 years agoSuper Contributor
Calling Object from one unit to another unit.
Hi All, I want to call, Object from one unit to another unit. I have define Unit A and Unit B in Unit A I have search something. like Sub Test Dim cmbLnkDropDown cmblnkPropName...
- 13 years agoDeclare your object as Public as shown below. this you should declare outside your test.
Public cmbLnkDropDown
Sub Test
----
---
End Sub