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
Block access to a single website - Software Resttriction Policies
DNS Event ID's 4010 & 4013
Install Office Communicator 2007 fails on database
Create Table (MS SQL 2008) with Time Column that accepts 14:00 format only
How to allow/disallow with robots.txt a specific directory
Server Recommendation (File Server & Terminal Server)
access 2003: subreport not hiding controls
Jquery dropdowns
How to create Point using ArcGIS?
File Find/Replace(or Amend) string/update file