Serving the Quantitative Finance Community

 
User avatar
bhutes
Topic Author
Posts: 4
Joined: May 26th, 2005, 12:08 pm

Rebuild Dependency Tree (in Excel) using VBA

November 28th, 2007, 8:12 pm

Manually, I can rebuild the Dependency Tree in Excel using CTRL+ALT+SHIFT+F9 (pressing these 4 keys together from the keyboard).How could I rebuild it automatically from VBA ?(Apart from using the SendKeys command, which might actually work too .. but will interfere in my working on the same PC on non-Excel applications).Thanks.
 
User avatar
bhutes
Topic Author
Posts: 4
Joined: May 26th, 2005, 12:08 pm

Rebuild Dependency Tree (in Excel) using VBA

November 29th, 2007, 8:34 am

I guess, I found it, myself. It could be done using:Application.CalculateFullRebuild