View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Parker Parker is offline
external usenet poster
 
Posts: 6
Default Infinite loop using Worksheet_Calculate

I'd like to update multiple cells using a Worksheet_Calculate code. My
problem is that the sheet is calculating after each one is updated and
triggers the macro again so it never stops. It works perfectly if I only
update one cell or switch to manual calculate. Is there any way around this?