ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Running command button click event code (https://www.excelbanter.com/excel-programming/286573-running-command-button-click-event-code.html)

Marishah Warren

Running command button click event code
 
Hey is it possible to run a code in the click event of commandbutton10 on
workbook open?

Thanks

Todd Huttenstine



Nigel[_8_]

Running command button click event code
 
Not sure if this is the best method, but an approach I have used is to
create separate procedures for the events that you want to run manually. Eg


Sub Workbook_Open()
Call SubRoutine1
End Sub


Sub CommandButton10_Click()
Call SubRoutine1
End sub


Public Sub SubRoutine1()
'Common code in here which runs for workbook open and CommandButton10
End Sub

Cheers
N

"Marishah Warren" wrote in message
...
Hey is it possible to run a code in the click event of commandbutton10 on
workbook open?

Thanks

Todd Huttenstine






----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! 100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---


All times are GMT +1. The time now is 09:41 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com