An event can not be called. What you probably want to do is execute the same
procedure as if a button has been clicked. Move the code from the event
handler into a procedure and that can be called from the event handler and
from anywhere else.
'Me.Button1.PerformClick()'. Note that this will only work if the control
is enabled and visible.
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.