Forum Discussion

Ravik's avatar
Ravik
Super Contributor
13 years ago
Solved

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...
  • abhijit_jain's avatar
    13 years ago
    Declare your object as Public as shown below. this you should declare outside your test.



    Public cmbLnkDropDown 

    Sub Test



    ----

    ---


    End Sub