Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear Group
I am inserting the contents of a worksheet from a database but every time I change the contents of a cell the Worksheet_Change event is fired. However, I do need to use the Worksheet_Change within the application so I cant just delete the handler Is there any way I can stop this event from firing until the sheet has been created Regards James |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
insert the line application.enableevents = False before your insert something into your sheet and enable the events afterwards with application.enableevents = True -----Original Message----- Dear Group, I am inserting the contents of a worksheet from a database but every time I change the contents of a cell the Worksheet_Change event is fired. However, I do need to use the Worksheet_Change within the application so I can? Tt just delete the handler. Is there any way I can stop this event from firing until the sheet has been created? Regards, James. . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Frank
Jim... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disabling WORKSHEET_CHANGE event | Excel Discussion (Misc queries) | |||
Controling the Worksheet_Change Event? | Excel Discussion (Misc queries) | |||
Worksheet_Change Event | Excel Programming | |||
worksheet_change event with a combo box | Excel Programming | |||
Worksheet_Change Event | Excel Programming |