Thread
:
Excel hangs
View Single Post
#
2
Posted to microsoft.public.excel.programming
keepITcool
external usenet poster
Posts: 2,253
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
Reply With Quote
keepITcool
View Public Profile
Find all posts by keepITcool