You can use an OnTime procedure. See:
http://www.cpearson.com/excel/ontime.htm

Signature
Gary''s Student - gsnu200726
> Is is possible to have an automatic worksheet recalc, say at a timed
> interval, or when the worksheet is accessed?
[quoted text clipped - 3 lines]
>
> Regards
As an aside, you should try to avoid overuse of the Now() function in your
worksheet, ideally use a named range to refer to a single cell which has this
in or directly define a name such as "TimeDateNow" as NOW().
Use this range instead in the rest of the formulae in your workbook and it
will have far less overhead than lots of repetitive NOW functions.

Signature
Adam Vero
MCP, MOS Master, MLSS, CWNA
http://veroblog.wordpress.com
http://www.meteorit.co.uk
> Is is possible to have an automatic worksheet recalc, say at a timed
> interval, or when the worksheet is accessed?
[quoted text clipped - 3 lines]
>
> Regards