Excel VBA Application.OnTime. I think its a bad idea to use this... thoughts either way?
Posted
by FinancialRadDeveloper
on Stack Overflow
See other posts from Stack Overflow
or by FinancialRadDeveloper
Published on 2010-02-26T13:10:25Z
Indexed on
2010/03/22
0:01 UTC
Read the original article
Hit count: 360
I have a number of users I support that are asking for things to happen automatically ( well more automagically but that's another point!).
One want events to happen every 120 secs ( see my other question ) and also another wants 1 thing to happen say at 5pm each business day. This has to be on the Excel sheet so therefore VBA as addins etc will be a no no, as it needs to be self contained.
I have a big dislike of using Application.OnTime I think its dangerous and unreliable, what does everyone else think?
© Stack Overflow or respective owner