there isn't such a thing.
what is available are worksheet_change macros that will execute
immediately every time somebody makes a change on the worksheet.
links to sample threads about worksheet_change:
1.
http://groups.google.com/group/micro...ce7a07396bb968
2.
http://groups.google.com/group/micro...4931a8ec0547a1
hope this helps!
susan
On Mar 28, 7:40 am, "mcolson" <mcolson1...@gmail.com> wrote:
> I would like to create a macro that runs continuously while a
> spreadsheet is open. I need to be able to enter information into the
> spreadsheet, and have the sheet update itself as I enter data.
>
> thanks for your help.