I have some formulas that are nested in cells A1:F100 that will not calculate with the conventional automatic calculation setting since they are referring to a homemade dll.
The only way the formulas will calculate is if you re-enter each formula over top of the cell. I am wondering if, programmatically, one could say activecell.value = activecell.value.
What would be the most efficient way of calculating these formulas?
Bookmarks