Auto update till......

C

comotoman

Need help with a macro, i need a sheet to auto update till cell I12 say
specific text. Thanks
 
C

comotoman

Its with a volatile formula, so i need the sheet to update through a
macro instread of having to press F9 until the cell has certin text
already writtin with other formulas.
 
V

vezerid

Comotoman,
is this snippet giving you any ideas?

While Range("myRange") <> "mytext"
calculate
Wend

HTH
Kostis Vezerides
 
Top