Top "Ontime" questions

Getting around the Max String size in a vba function?

The max number of characters you can use in string in a vba function is 255. I am trying to run …

ontime excel vba
How to use Application.OnTime to call a macro at a set time everyday, without having to close workbook

I have written a macro that uses Application.OnTime that works if I manually execute the macro. I'm trying to …

excel vba ontime
VBA: How do I really stop Application.onTime()?

I have already read some questions/threads (e.g. this and this) about how to stop the VBA Application.OnTime …

vba excel timer ontime
Multiple Variable Arguments to Application.OnTime

I am working on a data acquisition frontend for Excel 2010. I can't figure out the syntax for passing multiple local …

vba excel ontime
How can I check for or cancel MULTIPLE pending application.ontime events in excel VBA?

I'm using the Application.Ontime event to pull a time field from a cell, and schedule a subroutine to run …

excel vba ontime