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
htaccces more then 10 variables
Visual 2010 C++ Expess Error trying to compile source code
HP SAN drive fail
How do I add image to the lotus notes signature
ActiveSync http error 500/400--All mobile devices--
Microsoft VBScript runtime error '800a0009', Subscript out of range: '42'
Password Protect Back End of an Access Database
Expanding virtual disk Raid 5 on Dell Server PowerEdge 2950
Windows 2003 Interview Questions
IIS7 - Server.CreateObject Failed