Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks but the typo on the update word is not the issue it is just a typo.
They both read update in my code. -- If this posting was helpful, please click on the Yes button. Regards, Michael Arch. "Ed from AZ" wrote: There's a minor typo - if this is a direct copy / paste from your module, it might be giving you problems: Sub UpdateWkbk() [SNIP] alreadyupdate = True ***** For i = 1 To 10 sht.Range("J8:U40").Replace What:="=", Replacement:="=", LookAt:=xlPart, _ SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _ ReplaceFormat:=False alreadyupdate = True ***** Application.Volatile [SNIP] Private Sub ComboBox1_Change() If alreadyupdated ******* Then Exit Sub Else UpdateWkbk End If alreadyupdate = True ******* Ed |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Syntax or Something is KILLING Me | Excel Programming | |||
killing all procedures? | Excel Programming | |||
help me out with this - it's killing me.. | Excel Programming | |||
killing a sub from within an if statement | Excel Programming | |||
Killing Excel :) | Excel Programming |