Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Explanations:
1.I insert sheet Sheets.Add ActiveSheet.Name = demo 2.I would like to dynamically insert the following code in the newly created sheet: Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) Call Module35.checkselection(Target) End Sub The purpose is to permit a user selection on specific cells. Thank's in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Prevent insert/delete rows - sheet code | Excel Programming | |||
Insert Sheet Code | Excel Programming | |||
how to programmingly insert a new row in excel sheet?(using VB code) | Excel Programming | |||
VBA code to insert images in excel sheet | Excel Programming | |||
How do I insert/update VBA code into a sheet? (using a CLS file?) | Excel Programming |