Hi, everybody!

Is there a way I can simulate a click on a button?

Inside one button click event, I'd like to call another button click event, but if I use the line
Private Sub Btnaltera_click()
to call it, VB returns an Ambiguous name detected error.

Thanks in advance for any help :-)
Roselene