ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Enable toolbar button in one specific worksheet (https://www.excelbanter.com/excel-programming/335522-enable-toolbar-button-one-specific-worksheet.html)

JuanK

Enable toolbar button in one specific worksheet
 
Hi,

I have a five-worksheet excel book and I need to disable a button in a
custom toolbar if the user is not in one specific worksheet. I know how to
disable the button but I can't figure out how to trigger the event when the
user switches worksheets.

any ideas?

Thanks
--
JuanK

Bob Phillips[_7_]

Enable toolbar button in one specific worksheet
 
Private Sub Worksheet_Activate()
'your code
End Sub

'This is worksheet event code, which means that it needs to be
'placed in the appropriate worksheet code module, not a standard
'code module. To do this, right-click on the sheet tab, select
'the View Code option from the menu, and paste the code in.



--
HTH

Bob Phillips

"JuanK" wrote in message
...
Hi,

I have a five-worksheet excel book and I need to disable a button in a
custom toolbar if the user is not in one specific worksheet. I know how to
disable the button but I can't figure out how to trigger the event when

the
user switches worksheets.

any ideas?

Thanks
--
JuanK





All times are GMT +1. The time now is 01:40 AM.

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