User created function not "updating"

  • Thread starter Thread starter Richard Edwards
  • Start date Start date
R

Richard Edwards

I have a user created function that I run over data pulled in from a
external html source.

The function works properly until I refresh this external html data at which
point the function now returns #VALUE!

Once I have "updated" the cell (Press F2 and then Enter) it seems to
reinitialise and all is fine.

Can I add something to the function or perhaps the data query to fix this?

Thanks.

Richard
 
it does now - sorry - i should have known that!

is there a way of turning this off? a little too much calculation going on
now....
 
Maybe something with...

Application.Calculation=xlManual

or

Application.ScreenUpdating=False (so you will not SEE that Excel is
recalculating)
<code>
Application.ScreenUpdating=True

greetz
 

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

Back
Top