Serving the Quantitative Finance Community

Search found 4 matches

by UnrealHenri
December 5th, 2006, 7:35 pm
Forum: Programming and Software Forum
Topic: Bloomberg BLPB function in VBA
Replies: 23
Views: 153620

Bloomberg BLPB function in VBA

OK, I didn't know before your example the zero-based array, thanks again for your help and the advice to use Watch Window !
by UnrealHenri
December 4th, 2006, 5:54 pm
Forum: Programming and Software Forum
Topic: Bloomberg BLPB function in VBA
Replies: 23
Views: 153620

Bloomberg BLPB function in VBA

Yes !!This time it's OK !I didn't get correctly the results from vtResult and with your sample code I found where the problem was.So thank you very much for your great help !!!Sincerely,Henri.
by UnrealHenri
December 1st, 2006, 7:20 pm
Forum: Programming and Software Forum
Topic: Bloomberg BLPB function in VBA
Replies: 23
Views: 153620

Bloomberg BLPB function in VBA

<t>Ooops I thanked you too early I tried the method but I get no results.Here is my code :----------------------------------------Set oBlp = New BlpData ReqSecurities = Array("SX5E Index") ReqFields = Array("OPT_CHAIN") With oBlp .SubscriptionMode = ByRequest .Subscribe ReqSecurities, 1, ReqFields, ...
by UnrealHenri
December 1st, 2006, 12:36 pm
Forum: Programming and Software Forum
Topic: Bloomberg BLPB function in VBA
Replies: 23
Views: 153620

Bloomberg BLPB function in VBA

Thanks a lot for the sample code, it's exactly what I'm looking for !!!Sincerely.