re-run macro automatically ?

  • Thread starter Thread starter biff
  • Start date Start date
B

biff

Hi

I have a macro, e.g. myMacro(a, b)

when i use this Macro within an ExcelCell with references
to other cells, i.e. i enter
=myMacro(A1, B7)
the result is calculated correctly. so far so good.

But when i change the cell value in A1 or in B7 the result
does not change. Even with <F9> i cannot bring the macro
to recalculate with the new cellvalues.
How can i do this ?

Biff
 
Sounds like a udf. Did you put
application.volatile
as the first line of the udf?
 
great, that's it !
thanks

Biff
-----Original Message-----
Sounds like a udf. Did you put
application.volatile
as the first line of the udf?

--
Don Guillett
SalesAid Software
(e-mail address removed)



.
 

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