August 26th, 2009, 1:28 pm
Hi,I would like to extract some Intraday data from Bloomberg with VBAI use this formula to extract all data between two dates.Dim objDataControl As BLP_DATA_CTRLLib.BlpDataSet objDataControl = New BlpData objDataControl.GetHistoricalData "CAC Index", 1, "Last price", "01/01/00", "01/01/09", Results:=vtresultNow, I would like to extract the price all days between two dates, but the price at 8 A.M.It's possible to extract a historical for a specific hour?What is the command?Thank you very much!