In my userform, i already called for the subroutine in Module 3.
But i can seems to print the module 3 value in my userform. they gave me an error "Method or data member not found.
Please help me. Thanks
This is the codes in module 3
This the codes in my userform
But i can seems to print the module 3 value in my userform. they gave me an error "Method or data member not found.
Please help me. Thanks
This is the codes in module 3
Code:
UnPandL = Buy.LotsBuy.Value * 100000 * (Cells(n, 2).Value - Buy.RateBuy.Value)
This the codes in my userform
Code:
Cells(n1, 1).Offset(0, 9).Value = Module3.UnPandL.Value