Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
OK I'm not sure what to do about this but I have some code running in the
Worksheet_Change(ByVal Target As Range) EVENT. This is just one of the examples but when a user enters a space " " in a cell the code inputs the default value, the code also formats values that are manually entered. The problem I'm having is that I may change the "Target.Value" several times and every time I change it the "Worksheet_Change" EVENT is fired again. When I input a space for the default address the Worksheet_Change EVENT is fired 500 times. How do I get around this? Since the code is a few Nested IF statements the code is jumping all over the place. The only thing I'm thinking of is moving the Target.value into a variable first and then start working with it. Would this work? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HOW CAN I PREVENT EXCEL FILES FROM BEING DELETED OR PREVENT TRASH | Excel Discussion (Misc queries) | |||
Worksheet_Change - loop within a loop | Excel Programming | |||
HELP!!!! Can't stop a loop (NOT an infinite loop) | Excel Programming | |||
worksheet_change vs. calculate, and worksheet_change not running | Excel Programming | |||
worksheet_change vs. calculate, and worksheet_change not running | Excel Programming |