Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 244
Default Download with Active X

Hello! I download data from the Bloomberg professional (the program not the
website) using DDE. I am told that DDE is not very good and that Active X is
preffered. However I do not know anything about Active X (like where and how
to write the code). Can someone give me a tip about links etc. Preferably if
there is any code examples of how to use Active X for downloading from the
Bloomberg. Any help appreciated! Thanks alot in advance!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Download with Active X

If an interface for activeX is supported, it should be documented in the
documentation for the bloomberg professional application with sample code on
how to use it.

--
Regards,
Tom Ogilvy


"Arne Hegefors" wrote:

Hello! I download data from the Bloomberg professional (the program not the
website) using DDE. I am told that DDE is not very good and that Active X is
preffered. However I do not know anything about Active X (like where and how
to write the code). Can someone give me a tip about links etc. Preferably if
there is any code examples of how to use Active X for downloading from the
Bloomberg. Any help appreciated! Thanks alot in advance!

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 415
Default Download with Active X

Arne,
If this app really is ActiveX, then you need to make reference to it in
ToolsReferences.
You are looking for something like "Bloomberg.tbl/dll" or that 'PhatPipe"
that was mentioned previously. Note the name.
If you find something likely, check the box the box and OK

Then in a code module try
Dim MyBloom As <Space. When you type the space, you should get a list of
possible options. Find something that matches the file you checked in the
stage above.
Then
Set myBloom=New <same object as you selected above

Run it and see what happen.

Having said that, I *think* Bloomberg is more geared to DDE than ActiveX
Here's one:
http://www.library.georgetown.edu/bic/help/bloom.htm

But a Google for "Bloomberg DDE Excel" give a few hundred hits.

NickHK

"Arne Hegefors" ...
Hello! I download data from the Bloomberg professional (the program not
the
website) using DDE. I am told that DDE is not very good and that Active X
is
preffered. However I do not know anything about Active X (like where and
how
to write the code). Can someone give me a tip about links etc. Preferably
if
there is any code examples of how to use Active X for downloading from the
Bloomberg. Any help appreciated! Thanks alot in advance!



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default Download with Active X

In Bloomberg, type BBXL <GO. You will see some menu options that refer to
WAPI. You can also type IDOC API <Go or IDOC ACTIVEX <GO. You can also
type BU <GO, find the city you are in, and then look for the relevant
seminars - basic and advanced - on the subject. You can hit the F1 key
twice, and ask their help desk. You can contact the Desktop Build Group
(DBG) who build the model templates and run the seminars. Very useful. Also,
the DDE links are pretty limiting. If you are going to use cell formula, the
RTD format (documented on the BBXL page in Bloomberg), is much more flexible,
if you're not trying to get historical info (i.e. serial dated data).

Documentation has improved, but is still pretty funky. The DBG team are
very helpful. Ask your Rep to help you get in contact with them if you have
any troubles. And NO, I don't work for BBG, I just had to learn the hard way.



"NickHK" wrote:

Arne,
If this app really is ActiveX, then you need to make reference to it in
ToolsReferences.
You are looking for something like "Bloomberg.tbl/dll" or that 'PhatPipe"
that was mentioned previously. Note the name.
If you find something likely, check the box the box and OK

Then in a code module try
Dim MyBloom As <Space. When you type the space, you should get a list of
possible options. Find something that matches the file you checked in the
stage above.
Then
Set myBloom=New <same object as you selected above

Run it and see what happen.

Having said that, I *think* Bloomberg is more geared to DDE than ActiveX
Here's one:
http://www.library.georgetown.edu/bic/help/bloom.htm

But a Google for "Bloomberg DDE Excel" give a few hundred hits.

NickHK

"Arne Hegefors" ...
Hello! I download data from the Bloomberg professional (the program not
the
website) using DDE. I am told that DDE is not very good and that Active X
is
preffered. However I do not know anything about Active X (like where and
how
to write the code). Can someone give me a tip about links etc. Preferably
if
there is any code examples of how to use Active X for downloading from the
Bloomberg. Any help appreciated! Thanks alot in advance!




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Row select mode to highlight active row of active cell Bart Fay[_2_] Excel Discussion (Misc queries) 0 May 11th 10 09:34 PM
items chosen to download are NEVER all there after download comple jwhitehurst New Users to Excel 3 November 9th 07 04:00 PM
Can I download Active X for Office 2000? How? StillHanginWith98 New Users to Excel 2 June 15th 06 01:44 AM
open .txt download in active instance/window Ramona Excel Discussion (Misc queries) 3 March 28th 06 10:27 PM
HOW TO COPY 480 ACTIVE E-MAIL ADDRESSES CLM "G" ON AN ACTIVE EXCE. ragman10 Excel Discussion (Misc queries) 1 December 13th 04 11:52 PM


All times are GMT +1. The time now is 05:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"