Access 2002 - Windows XP Home SP3
I want to get some data from a website. Currently I select the desired area of the webpage and copy to Clipboard. This selected area contains text and 2 imbedded images, a .jpg (~7K) and a .gif.
When I cntl-V (Paste) into an Access textbox, the 2 images are gone. Also gone are the stuff the designers of the webpage use to put the various pictures, colors, etc. on the webpage. I know nothing about this.
I have to return to the web page and separately SaveAs the .jpg image, and note which .gif image is shown, so I can manually enter using a combobox.
I want to do automatically-
1) Get the text without the imbedded images.
2) Determine which (of about 20) .gif is present. This may be in the image name, if I could see it.
3) Determine if .jpg is 1 of 3, and if not, SaveAs & strFileName, where I can generate strFileName after analyzing text in 1).
I notice that pasting the entire webpage into WordPad shows different results in the area I'm interested in than selecting that area from the webpage and pasting only that into WordPad.
Can someone point me toward info on how to do this?
I want to get some data from a website. Currently I select the desired area of the webpage and copy to Clipboard. This selected area contains text and 2 imbedded images, a .jpg (~7K) and a .gif.
When I cntl-V (Paste) into an Access textbox, the 2 images are gone. Also gone are the stuff the designers of the webpage use to put the various pictures, colors, etc. on the webpage. I know nothing about this.
I have to return to the web page and separately SaveAs the .jpg image, and note which .gif image is shown, so I can manually enter using a combobox.
I want to do automatically-
1) Get the text without the imbedded images.
2) Determine which (of about 20) .gif is present. This may be in the image name, if I could see it.
3) Determine if .jpg is 1 of 3, and if not, SaveAs & strFileName, where I can generate strFileName after analyzing text in 1).
I notice that pasting the entire webpage into WordPad shows different results in the area I'm interested in than selecting that area from the webpage and pasting only that into WordPad.
Can someone point me toward info on how to do this?
Comment