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
Sync Access database contacts with Exchange Contacts list
OutlookAnywhere for Exchange 2007 - client keeps asking for credentials
Speeding up a simple UPDATE in Oracle SQL
VS 2003 with .NET Framework 3.5
Windows Update site fails to load
Getting group membership from LDAP
How to commit changes of a Typed Dataset to database at once
How can i fill 1D array from 2D array and how can i sort 1D array?
Dynamic Color
Can't access Exchange 2003 OWA from Internet