Hi there,
I am working on creating a process that relies on data returned via DSGRID formulas. I am trying to build a macro that I can run using a python script that refreshes the formulas and returns/confirms when the data has actually been retrieved.
Looking at other posts, I've been able to find that the below line will trigger the refreshes.
Application.Run "PLRefreshWorkbookEventHandler"
Is there a robust way to have the macro complete only when the data range thats expected to be populated by the formula is not blank?