November 23rd, 2009, 11:13 am
J,About the Bloomberg console, you can get information from it in many ways. The Bloomberg Excel add-in allows you to access many defined fields via the DDE server.A lot of useful information seems to be only accessible as a sheet on the Bloomberg console itself. The only way you can obtain that is to talk the Bloomberg console. That's why I had to use Application.SendKeys from Excel. To get a copy of a sheet, you can use Alt-C, but Application.SendKeys doesn't seem to send that key sequence correctly.There are other ways of getting data from the database underlying the Bloomberg console (they have a data server, you can get a licence to get downloads from an FTP server), but getting copies of pages is only possible by using SendKeys.