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
VB.NET Setup Installing App Files Without Asking What Folder to Install
How can I get a Buy Now url for PayPal rather than the input button described to use?
Mailbox Quota full
Internet shortcut via batch file
PC faxing error
alternative current in to a pc
Need help on rollover buttons in flash in Flash CS4 and AS 3
You Tube Download Software
Windows 2003 Server Event 244
Crystal Reports to Accept Parameters Then Display Reports Accordingly