...xcelReCalculateUpdatedFctManualMode")
1. For Application.Run Range("PLPauseResumeEventHandler") and Application.Run Range("TRExcelReCalculateUpdatedFctManualMode"), instead of running for certain range is there a way to write it so it can pause and resume the 1 excel workbook?
2. Also, after we have started refreshing Refinitiv's data into excel, is there a way to know if the event has been completed?
i.e. if Application.Run ("PLPauseResumeEventHandler")=xldone then "do something" ?
so that we can process something once all the data has been updated?
Thank you in advance!