question about forms

  • Thread starter Thread starter hke
  • Start date Start date
H

hke

Hi!

I can`t figure out how to click a button that is defined in a form i
my project, from my vba macro?
Anyone know how to do this
 
hi,
confused. do you mean that you are trying to use code to
click the button? (why did you put the button up?)
in your other sub, use the call methed to call the buttons
code. insert the call where you are trying to click.
or
copy the button's code to the other sub and insert it
where you would the call command.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top