Im just realizing that I have two macros on two different excel sheets that are scheduled to run at certain times throughout the day. They overlap at 1130 and are intended to capture market events at those times. One will run in about 10 seconds while the other can take about 1min to run. Both contain copy and pasting of some sort. Its important that I get the information exactly at 1130 so a delay would not be ideal.
One of the macros is scheduled through Application.Ontime and the other is part of a worksheet.calculate function.
I was wondering how VBA handles this? Will it run the macro all the way through then begin the second or will it try to run at the same time causing the copy/paste not work correctly.