Microsoft
Software
Hardware
Network
Question : Excel 2007 Event when changing from one workbook sheet to another with in the same workbook.
I am trying populate the caption on an ActiveX button. I am entering the text in a cell in sheet-B and the button lives in sheet_A. I would think the approch would be when I switch from sheet-B to sheet-A I could use an event and populate the button.
Answer : Excel 2007 Event when changing from one workbook sheet to another with in the same workbook.
you would need to put your code in the ThisWorkbook Module using this event
Private Sub Workbook_SheetChange(ByVal
Sh As Object, ByVal Target As Range)
'Your Code Here
End Sub
HTH,
-DAvid251
Random Solutions
Count/sum items between dates
Edge Sync Fails
How do I get a user ID from a logged in user and include it in my query
Get Current selected link - apply css
How do I update file, save to new location and keep original file as is using Visual Basic 2008?
How to update Hyperlinks in Excel 2003?
deal with crm 4 sdk with ASP
return double array in Delphi call to c++
Gridview RowSelected - Controlling state of other rows
Exchange 2003 and 2010 coexistent - Outlook in 2010 cannot email to 2003