Neither Web query nor Copy/Paste working - Help!

j844929

Active Member
Joined
Aug 18, 2002
Messages
423
Hi,

I'm trying to get the Live updating price information from DAX tab of the following URL:

http://www.finanzen.net/aktien/realtimekurse.asp?inindex=1

I can copy all and paste without a problem. The issue I am having is that the prices under "Bid" and "Offer" that I need aren't pasting to the worksheet, which is possibly something to do with the format in which they appear on the web page...

I've already tried the following without success:
1. Standard Web query

2. VBA Sendkeys copy/paste
Code:
Sendkeys ("^a")
Sendkeys ("^c")
Activesheet.Paste
/Code

3. VBA Select all, Copy and paste
Code:
IE.ExecWB 17, 0 '// SelectAll
IE.ExecWB 12, 2 '// Copy selection
Activesheet.Paste
/Code

If I copy the section of the web page outside VBA just using the mouse right-click=>copy=>paste as usual, it works perfectly. I just need to be able to select the data automatically... Can anyone help me out with a solution? I'm using Excel 2003.

Thanks,

Tim
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result

Forum statistics

Threads
1,224,522
Messages
6,179,299
Members
452,904
Latest member
CodeMasterX

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top