Tagged Questions
3
votes
1answer
901 views
VBA ontime cancel scheduling
I have written a macro that runs at 15:30pm every workday when a workbook is first opened.
When the workbook is closed it tries to open itself the next time the macro is scheduled to run. I have ...
2
votes
2answers
1k views
Problems with Application.OnTime in Excel's VBA
I am trying to run a certain macro in very short intervals (every second, and, yes it works and does not freeze the system) from a certain time until a certain time. This means I need a starting point ...
1
vote
3answers
6k views
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 this function
Var1= 1
Var2= 2
.
.
.
Var256 =256
RunMacros= "'Tims_pet_Robot """ & Var1 & """ ...