|
-
Nov 10th, 2007, 06:45 PM
#1
Thread Starter
PowerPoster
get data from web page
Admit have 3 frame in web page.
frame1 is the top
frame2 is the central
frame3 is the bottom
i want to get the data from the cell of table in central frame and isert in a excel sheet.
The data to get are only no blank cell in this case are:
IMPARATO SALVATORE in cell A1
A16492.19 in cell B1
6477 in cell C1
Q.D.3 ....
00024683 ......
8505 .....
ADD.SERVIZI GENERALI ....
123456.....
REGIONE SUD....
SERVIZI GENERALI cell L
attached html code of central frame.
Last edited by luca90; Jan 11th, 2009 at 06:35 AM.
-
Nov 10th, 2007, 10:46 PM
#2
Re: get data from web page
it would appear that the data you want is not on that html page, but comes from this .asp
<a href="trovaufficio1.asp?vcerca=REGIONE SUD.........................
i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next
dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part
come back and mark your original post as resolved if your problem is fixed
pete
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|