|
-
Jun 15th, 2017, 04:10 PM
#3
Re: [help code] need to execute a button without push
Yeah. There's definitely a different answer if this button is one that you are writing the code for, as opposed to one in a different application. A button in your application is just a "do this now" thing. Any code in the click event can be put into a Sub, which is then called from the button click...and anywhere else in the program you want to call that Sub from. No clicking necessary. Of course, this only works under a set of assumptions as to what you are actually trying to do, and those assumptions are nothing more than guesses.
My usual boring signature: Nothing
 
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|