Recalc CTRL+ALT+F9 not work

L

Lars Schouw

I have some sheets in one workbook that does not get updated when I
press CTRL+ALT+F9.

Some of the cells comes from two add-ins I have. One of them get's
information from a remote server using COM.

I once saw an add-in that would make sure to recalc until everyting was
updated.
Does anyone know what this could be?

Or is there some way I can improve the existing design?
Regards
Lars Schouw
 
D

Dave Peterson

First, I know nothing about remote servers using COM.

But maybe you could have a macro that does an:
application.calculatefull (added in xl2002, IIRC).

Or even just cycles through each sheet and does an
Edit|Replace
what: = (equal sign)
with: = (equal sign)
replace all

This should make excel reevaluate the formulas.
 
F

Fredrik Wahlgren

Lars Schouw said:
I have some sheets in one workbook that does not get updated when I
press CTRL+ALT+F9.

Some of the cells comes from two add-ins I have. One of them get's
information from a remote server using COM.

I once saw an add-in that would make sure to recalc until everyting was
updated.
Does anyone know what this could be?

Or is there some way I can improve the existing design?
Regards
Lars Schouw

What makes you think the data hasn't been updated? What add-ins do you use?
/Fredrik
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top