calling a sub

S

SAm

hi all,

can i call a private sub of FORM1 in private sub FORM2.

i have a private sub AAA() in FORM1, and i would like to call it in private
sub BBB() that is part of FORM2.

can you please give me the syntax if this is possible.

thanks,

sam
 
S

SAm

thanks thanks. i tried some many things and it didn't work. i guess it was
confidence that i was lacking. now i got it. it worked.

thanks ofer,

sam
 
Top