PDA

View Full Version : get data from web poage and store in MY_VAR



sal21
12-07-2007, 09:20 AM
I have this web page attached, i want to find the word "Trovati:" and get the value near tath in this case is: 827 , after store in a cell of sheet.
tath is all.
Note:already have a VBA code to naviate in web page.
i use this part of code:
....
Dim IE As Object
Set IE = CreateObject("InternetExplorer.Application")
ShowWindow .hwnd, SW_MAXIMIZE
.Visible = True
.navigate "http://xxxx"
...
Tks.