Re: $$Excel-Macros$$ Saving Photos from webpage

2012-06-21 Thread Maries
rt of the Internet Explorer API. It has >>> functions such as URLDownloadToFile (download a URL to disk) and >>> URLOpenPullstream or URLOpenBlockingStream which are approriate for >>> downloading files and returning the data direcly to your VBA code to parse >&g

Re: $$Excel-Macros$$ Saving Photos from webpage

2012-06-20 Thread Kiran Kancharla
ing to save it to disk first. >> >> *All these methods would probably require:* >> >> ** i. **Download the HTML >> page with the search results. >> >> **ii. **Parse the HT

Re: $$Excel-Macros$$ Saving Photos from webpage

2012-06-20 Thread NOORAIN ANSARI
nd the URLs for all the images. > > ** iii. **Download the images > and save to disk. > > ** ** > > If you want to hire me, send me an email off list. If you want to try it > on your own, see if these tips help you. Come ba

RE: $$Excel-Macros$$ Saving Photos from webpage

2012-06-20 Thread Asa Rossoff
f these tips help you. Come back with any questions that come up, and the group will try to help. Asa From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Kiran Kancharla Sent: Wednesday, June 20, 2012 11:06 AM To: excel-macros@googlegroups.com Subject:

Re: $$Excel-Macros$$ Saving Photos from webpage

2012-06-20 Thread Kiran Kancharla
;> Application.Workbooks.Open ("http://www.jabong.com";) >>> >>> Don Guillett >>> Microsoft MVP Excel >>> SalesAid Software >>> dguille...@gmail.com >>> >>> From: Kiran Kancharla >>> Sent: Wednesday, June 20, 2012 1:

Re: $$Excel-Macros$$ Saving Photos from webpage

2012-06-20 Thread ChilExcel
Wednesday, June 20, 2012 1:06 PM > To: excel-macros@googlegroups.com > Subject: Re: $$Excel-Macros$$ Saving Photos from webpage > > > Hi All, > > Is any one interested, if I am ready to pay  for this task. > > Please help to create a Macro to save images folder. > >

Re: $$Excel-Macros$$ Saving Photos from webpage

2012-06-20 Thread dguillett1
Application.Workbooks.Open ("http://www.jabong.com";) Don Guillett Microsoft MVP Excel SalesAid Software dguille...@gmail.com From: Kiran Kancharla Sent: Wednesday, June 20, 2012 1:06 PM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Saving Photos from webpage Hi

Re: $$Excel-Macros$$ Saving Photos from webpage

2012-06-20 Thread ChilExcel
Kiran Please you use: 1 you should use "DownThemAll , add on for firefox ", and download all photos in a folder 2 use chilexel add ins for working with images I send a copy in file posted above ..I not delayed 1 minute to download all images Insertar Imagenes Excel (Chilexcel) Dir

Re: $$Excel-Macros$$ Saving Photos from webpage

2012-06-20 Thread Kiran Kancharla
Hi All, Is any one interested, if I am *ready to pay * for this task. Please help to create a Macro to save images folder. Below are the requirement: Step 1: Navigating the website : http://www.jabong.com/ - Macro Done Step 2 : Search for product : WR138MA56HVN - Macro Done Step 3 : Select P

Re: $$Excel-Macros$$ Saving Photos from webpage

2012-06-20 Thread Kuldeep Singh
Okay Kiran, I am trying again. Regards, Kuldeep Singh Back Office Executive Info Edge India Limited (naukri.com) Phone.: +91-9716615535 naukrikuld...@gmail.com || www.naukri.com *Please* *Consider the environment. Please don't print this e-mail unless you really need to. * On Wed, Jun 20, 2012 a

Re: $$Excel-Macros$$ Saving Photos from webpage

2012-06-20 Thread Kiran Kancharla
Hi Kuldeep, Thanks for your reply. This macro is not meeting my need. Thanks & Regards, Kiran On Wed, Jun 20, 2012 at 5:29 PM, Kuldeep Singh wrote: > > Sub Test() > Dim Sh As Worksheet > Dim Rng As Range > Dim Cell As Range > Set Sh = Worksheets("Sheet1") > With Sh > Set Rng

Re: $$Excel-Macros$$ Saving Photos from webpage

2012-06-20 Thread Kuldeep Singh
Sub Test() Dim Sh As Worksheet Dim Rng As Range Dim Cell As Range Set Sh = Worksheets("Sheet1") With Sh Set Rng = .Range("A1:A" & .Cells(.Rows.Count, "A").End(xlUp).Row) End With For Each Cell In Rng ThisWorkbook.FollowHyperlink Cell.Value Next Cell End Sub Regards, Kul

Re: $$Excel-Macros$$ Saving Photos from webpage

2012-06-20 Thread Kiran Kancharla
Hi All, Please help me on this. On Wed, Jun 20, 2012 at 10:19 AM, Kiran Kancharla wrote: > Hi Chilexcel, > > Apologies for delay in response. > > As suggested by you, I have tried the steps. It > require manual interaction of click and download the photos. > > Experts @ Please create somethi

Re: $$Excel-Macros$$ Saving Photos from webpage

2012-06-19 Thread Kiran Kancharla
Hi Chilexcel, Apologies for delay in response. As suggested by you, I have tried the steps. It require manual interaction of click and download the photos. Experts @ Please create something to make this activity automatic as I have a huge data to download. Thanks & Regards, Kiran On Sun, Ju

Re: $$Excel-Macros$$ Saving Photos from webpage

2012-06-17 Thread Kiran Kancharla
Hi Chilexcel, Thanks for your reply. I will check and let you know at the earliest. Thanks & Regards, Kiran On Sun, Jun 17, 2012 at 10:35 PM, ChilExcel wrote: > Please see attached > > Used DownThemAll , add on firefox (To use DownThemAll, simply open a > Web page in Firefox, click Tools fr