Serving the Quantitative Finance Community

Search found 3 matches

by xlDominik
March 23rd, 2010, 8:20 am
Forum: Programming and Software Forum
Topic: Bloomberg BLPB function in VBA
Replies: 23
Views: 153626

Bloomberg BLPB function in VBA

Hi Benjamin,have a look at the COM migration guide under WAPI<Go>This piece of code is NOT tested. It's taken out of context but it will hopefully give you an idea...Regards,Dominik.
by xlDominik
March 22nd, 2010, 12:30 pm
Forum: Programming and Software Forum
Topic: Bloomberg BLPB function in VBA
Replies: 23
Views: 153626

Bloomberg BLPB function in VBA

<t>Hi Benjamin,thanks to google, I translated your proverb What you are looking for isreq.Set "nonTradingDayFillOption", "ALL_CALENDAR_DAYS"req.Set "nonTradingDayFillMethod", "PREVIOUS_VALUE"If I remember correctly, the strings are case-sensitive! (at least the "nonTradingDayFillxxx"-strings).If you...
by xlDominik
March 10th, 2010, 8:33 am
Forum: Programming and Software Forum
Topic: Bloomberg BLPB function in VBA
Replies: 23
Views: 153626

Bloomberg BLPB function in VBA

<t>Hi Moriaben,it looks like you use Bloomberg's "old" ActiveX Data Control. They recently published a new version (v3) and recommend that you migrate ASAP. Quote from the WAPI Insider (Feb. 2010):[quote]Limited Support for Pre-v3 APIAs of February, 2010, you should have already converted your Pre-v...