Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a template worksheet that I update and then copy 50 times (one for
each state) There is a macro that is linked to the worksheet that executes upon double click. How can I make this sheet specific code copy when the sheet is copied? Or is there a way to link to another sub that will do the same thing? Sample Code: Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) 'Tester Sub MsgBox "Testing Here", vbInformation, "OH NO!" End Sub -- Paul |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HELP! Object specific Code | Excel Programming | |||
VB code to make Excel open in a specific worksheet | Excel Programming | |||
Code for new row and specific filling down | Excel Programming | |||
Excel XP VBA code to search all macro code in Excel module for specific search string criteria | Excel Programming | |||
VBA code to open a specific worksheet | Excel Programming |