Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
basically:
i want to go to bloomberg.com and download the market cap of a firm. i realize the altering of the address. the websites are basically identical in shape. is there a way to do a type of "ctrl+f" type: [market cap] go to : next line copy it. ? thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It is probably better to use a webapplication form excel VBA. I lot of
people have done this already and you should do a search for "excel VBA bloomberg" or "excel Visual basic bloomberg" to see if there are macro available. If you can't find one I will write the code. Let me know the URL yo uare going to and the data from the URL you want downloaded into the excel spreadsheet. You can also do a webquery from a worksheet or VBA. From worksheet do to menu : Data - Import External Data - New Webquery. "jason" wrote: basically: i want to go to bloomberg.com and download the market cap of a firm. i realize the altering of the address. the websites are basically identical in shape. is there a way to do a type of "ctrl+f" type: [market cap] go to : next line copy it. ? thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying data from Web Site to Excel spreadsheet | Excel Discussion (Misc queries) | |||
copying information | New Users to Excel | |||
Copying information into another workbook | Excel Worksheet Functions | |||
How do I code VBA to return information from a web site to an excel workbook | Excel Programming | |||
transfer information from a site into excel | Excel Discussion (Misc queries) |