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
IIS 7 leaking private ip via https
alignment question
IPSec or SSL - which is best for VPN client?
Include C++ header files in .Net Application
adding a mac to sbs 2003 network
PHP 5.3.2 installation problem on Vista IIS7
PL/SQL Export table data to .csv file and save; launch Excel inside PL/SQL and load saved .csv file
SSRS - Relationship setup in Report model
checking login & pass with curl
Variable not defined error using VBA ExportAsFixedFormat Type:=xlTypePDF in excel 2003