JeffGrant
Well-known Member
- Joined
- Apr 7, 2021
- Messages
- 558
- Office Version
- 365
- Platform
- Windows
Hi All,
I use Application.OnTime quite a bit now and generally structure it such that the OnTime value is read from a column and then the row number is incremented to read the next time value. Generally works ok, but I have a situation where this increment method just wont be play nice.
So I am thinking about running the OnTime method through a loop and set up all of the OnTime calls in one go first thing in the morning.
This could easily be up to 100 OnTime calls during the week and up to 200 on a weekend.
Is there any reason that you folk know why this would not be advisable?
Thanks in advance
I use Application.OnTime quite a bit now and generally structure it such that the OnTime value is read from a column and then the row number is incremented to read the next time value. Generally works ok, but I have a situation where this increment method just wont be play nice.
So I am thinking about running the OnTime method through a loop and set up all of the OnTime calls in one go first thing in the morning.
This could easily be up to 100 OnTime calls during the week and up to 200 on a weekend.
Is there any reason that you folk know why this would not be advisable?
Thanks in advance