Thread: Excel hangs
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default Excel hangs

my guess :
you've a change event handler
causing an indefinite loop.

--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Oxns wrote in

sub gsgs()
dim fred
fred = Range("F10").value
Range("f10").value = fred + 1
end sub