I would like to know if there\'s a way in VBA code forcing the bloomberg functions (In spreadsheet) to update its value( Any BDH functions)
Targeting Develo
This works for me:
WS.Select WS.Range("A5").Select 'the cell that contains the BDH function Application.Run "RefreshCurrentSelection"