I'm trying to pull real time indication of interest data out of bloomberg and into excel. I cannot find a way to do it via the Excel API so I am considering two options:
Some messy VBA API calls to try and pull it out.
Taking control of the bloomberg gui using VBA and opening the page.
Does anyone know if either of these are even possible? I can see the latter working with some real serious bodge work with the windows functions and sendkeys but idealy there will be a propper way hidden amongst the many VB libraries.
Thanks,