Using the SheetCalculate event, I am trying to sort a range of data each time the worksheet recalculates.
This works great, except for when the worksheet is initially opened, as it is linked to another data source, where security prices are dynamically updated.
So...When the worksheet opens, it recalculates, and keeps looping through the sort routine.
Any thoughts on how to accomplish a sort every time a security price updates without looping through code when the worksheet opens?
Many Thanks.
This works great, except for when the worksheet is initially opened, as it is linked to another data source, where security prices are dynamically updated.
So...When the worksheet opens, it recalculates, and keeps looping through the sort routine.
Any thoughts on how to accomplish a sort every time a security price updates without looping through code when the worksheet opens?
Many Thanks.