Serving the Quantitative Finance Community

 
User avatar
Windy
Posts: 0
Joined: March 12th, 2002, 2:46 pm

Excel ricalculation

March 12th, 2002, 2:56 pm

In a related question, does anyone know how to get Excel to automatically recalculate at given intervals? I would think that with fairly complex spreadsheets, an easy way to solve recalc problems would be to have them recalc every minute or 5 minutes or so. I haven't been able to find any such resource, however.
 
User avatar
Russell
Posts: 1
Joined: October 16th, 2001, 5:18 pm

Excel ricalculation

March 12th, 2002, 3:42 pm

Windy,I do something similar at the moment in order to retrieve external data. I have a Visual Basic dll with a timer that goes off every t seconds, which has a reference to a range object of the spreadsheet in question. If instead it had a reference to the Workbook object it could call it's calculate method.If this sounds like something you want to pursue let me know and I'll go in to more detail. You might be better waiting for a less-complicated solution however.Russ
 
User avatar
Socrates
Posts: 1
Joined: February 19th, 2002, 10:43 pm

Excel ricalculation

March 14th, 2002, 2:49 pm

Recalculators,May I suggest the application.ontime method which is easily accessible and controllable from VBA.I've found lots of useful goodies athttp://www.cpearson.com/excel/ontime.htmand referenced links.Cheers,Socrates.
 
User avatar
Windy
Posts: 0
Joined: March 12th, 2002, 2:46 pm

Excel ricalculation

April 12th, 2002, 8:41 pm

Russell, if you would private mail me I would be interested in your method. Thanks Windy