calling a sub

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
Back
Top