View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Simon Lloyd[_601_] Simon Lloyd[_601_] is offline
external usenet poster
 
Posts: 1
Default Calculation Stopped


Have you looked in tools, options, calculations and made sure th
Automatic is checked? you could also add this line to your code if yo
like:-

With Application
.Calculation = xlCalculationAutomatic
End With

Hope this helps


Simo

--
Simon Lloy
-----------------------------------------------------------------------
Simon Lloyd's Profile: http://www.excelforum.com/member.php...nfo&userid=670
View this thread: http://www.excelforum.com/showthread.php?threadid=27549