View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Worksheet_Change slow

What does it do?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"BRFx2" wrote in message
...
I am using the Worksheet_Change event to trigger a macro to run which
performs a calculation. The calculation of the macro performs

immediately,
but it takes about 10 seconds before anything else can be typed on the

sheet.