G
Guest
I would like to call another on_click procedure but fail...
e.g.
Sub try()
call button2_click() ' what should i put in (??, ??) since I don't know the
source and asg... in order to call button correctly
End Sub
sub button2_click( source as object, asg as ...)
....
End Sub
thanks
Ed
e.g.
Sub try()
call button2_click() ' what should i put in (??, ??) since I don't know the
source and asg... in order to call button correctly
End Sub
sub button2_click( source as object, asg as ...)
....
End Sub
thanks
Ed