I would like to know if there was a way to do :
Bloomberg - > Refresh Workbook
But not with my hand and in VBA or using something else.. :
Workbook.calculate
does not work some times formula gets #N/A Requesting Data...
because Data aren't loaded on time..
I really need to found a 100% working way to do it, else if it fail sometimes it can be a huge problem
idMso
of that button, which you either get from the documentation of the add-in or its source code. – AcosmismApplication.run "RefreshAllWorkbooks"
– AcosmismApplication.run "RefreshAllWorkbooks"
should call the function of the bloomberg refresh button in the ribbon. – Acosmism