Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have two subroutines
1. on double click insert a line using Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) 2. on enter resize cells (as some of my cells are merged and autofit does not work) - using rivate Sub Worksheet_Change(ByVal Target As Range) function. The issue i have is when calling function/sub 1, function/sub 2 is automatically activated and causes an error. is there a way that i can have function/sub one ignore function/sub 2. Thanx in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sub routine | Excel Discussion (Misc queries) | |||
VBA routine (101) | Excel Programming | |||
SUB ROUTINE | Excel Programming | |||
Routine?? | Excel Programming | |||
Need VBA Routine | Excel Programming |