Hello,
I am using a VBA in file A to update prices. Those prices are found with Reuters formulas located in file B.
I open the file B as read only, refresh the formulas with the below instructions, but nothing happens and the prices dont get updated. It seems that if I open file B manually and refresh, the prices update correctly.
"
Application.Run "PLRefreshAllEventHandler"
Calculate
"
Any suggestion how to solve this?
Thanks in advance.