i see no problem with your code
you can also do that like this
VB Code:
Private sub FORM1_load() hitung test end sub
of
you need not to use call since these are just procedures and not functionsVB Code:
Private sub FORM1_load() hitung end sub Private sub TEST() tetxbox1.text="BLAH BLAH" ' and change some other control on FORM` End Sub 'on module part with name ABCD public sub Hitung() 'do whatever text end sub




Reply With Quote