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

2012-06-21 Thread Maries
> http://msdn.microsoft.com/en-us/library/ms676745%28v=vs.85%29 and
>>> associated MSDN documentation.
>>>
>>> **c.  **Samples using the WinInet API are detailed at
>>> http://www.lazerwire.com/2011/11/excel-vba-download-files-from-internet.html
>>> .
>>>
>>> **d.  **An automation example using the XMLHTTP class is provided
>>> at
>>> http://blog.invisibledenizen.org/2008/11/vba-function-to-download-files.html
>>> .
>>>
>>> **e.  **An automation example using WinHttpRequest is available
>>> from Microsoft at
>>> http://msdn.microsoft.com/en-us/library/aa384072%28VS.85%29.aspx (Some
>>> of the instructions relate to the Visual Basic IDE, but are not critical.
>>> The essence of the article applies to VBA.)
>>>
>>> **f.   **Automation examples using XMLHTTP as well as
>>> WinHttpRequest are available from
>>> http://www.motobit.com/tips/detpg_read-write-binary-files/ (see section
>>> 3).
>>>
>>> **g.  **There are InternetExplorer and WebBrowser automation
>>> controls.
>>>
>>> **h.  **There is URLMon, part 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
>>> or handle as it desires without having to save it to disk first.
>>>
>>> *All these methods would probably require:*
>>>
>>> ** i.  **Download the HTML
>>> page with the search results.
>>>
>>> **ii.  **Parse the HTML
>>> file and find 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 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
>>>
>>> ** **
>>>
>>> ** **
>>>
>>> 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 Photos and download the photos in the
>>> specified location. - Macro Require
>>>
>>> ** **
>>>
>>> I have created macro to navigate the web page and I need help to save
>>> the all photos in folder.
>>>
>>> ** **
>>>
>>> Please help me as i have a huge data to download.
>>>
>>> ** **
>>>
>>> I have tried in google, unfortunately I am getting all the macro's to
>>> download only 1 photo, in my current need I have to download all the photos.
>>> 
>>>
>>> ** **
>>>
>>> I can use any type of explorer ie, chrome, firefox or any.
>>>
>>>
>>> Note : The website (http://www.jabong.com/)is only for example purpose.*
>>> ***
>>>
>>> ** **
>>>
>>> Thanks in advance...
>>>
>>> ** **
>>>
>>> If any one interested, please revert back to me..
>>>
>>> ** **
>>>
>>> Thanks & Regards,
>>>
>>> Kiran
>>>
>>>  
>>>
>>> ** **
>>>
>>> ** **
>>>
>>> On Sun, Jun 17, 2012 at 2:55 PM, Kiran Kancharla 
>>> wrote:***

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

2012-06-20 Thread Kiran Kancharla
omation example using WinHttpRequest is available from
>> Microsoft at
>> http://msdn.microsoft.com/en-us/library/aa384072%28VS.85%29.aspx (Some
>> of the instructions relate to the Visual Basic IDE, but are not critical.
>> The essence of the article applies to VBA.)
>>
>> **f.   **Automation examples using XMLHTTP as well as WinHttpRequest
>> are available from
>> http://www.motobit.com/tips/detpg_read-write-binary-files/ (see section
>> 3).
>>
>> **g.  **There are InternetExplorer and WebBrowser automation
>> controls.
>>
>> **h.  **There is URLMon, part 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
>> or handle as it desires without having to save it to disk first.
>>
>> *All these methods would probably require:*
>>
>> ** i.  **Download the HTML
>> page with the search results.
>>
>> **ii.  **Parse the HTML file
>> and find 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 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
>>
>> ** **
>>
>> ** **
>>
>> 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 Photos and download the photos in the specified location.
>> - Macro Require
>>
>> ** **
>>
>> I have created macro to navigate the web page and I need help to save the
>> all photos in folder.
>>
>> ** **
>>
>> Please help me as i have a huge data to download.
>>
>> ** **
>>
>> I have tried in google, unfortunately I am getting all the macro's to
>> download only 1 photo, in my current need I have to download all the photos.
>> 
>>
>> ** **
>>
>> I can use any type of explorer ie, chrome, firefox or any.
>>
>>
>> Note : The website (http://www.jabong.com/)is only for example purpose.**
>> **
>>
>> ** **
>>
>> Thanks in advance...
>>
>> ** **
>>
>> If any one interested, please revert back to me..
>>
>> ** **
>>
>> Thanks & Regards,
>>
>> Kiran
>>
>>  
>>
>> ** **
>>
>> ** **
>>
>> On Sun, Jun 17, 2012 at 2:55 PM, Kiran Kancharla 
>> wrote:
>>
>> ** **
>>
>> Hi All,
>>
>> ** **
>>
>> Request you to 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 Photos and download the photos in the specified location.
>> - Macro Require
>>
>> ** **
>>
>> I have created macro to navigate the web page and I need help to save the
>> all photos in folder.
>>
>> ** **
>>
>> Please help me as i have a huge data to download.
>>
>> ** **
>>
>> I have tried in google, unfortunately I am getting all the macro's to
>> download only 1 photo, in my current need I have to download all the photos.
>> 
>>
>> ** **
>>
>> I can use any

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

2012-06-20 Thread NOORAIN ANSARI
rnetExplorer and WebBrowser automation controls.
> 
>
> **h.  **There is URLMon, part 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
> or handle as it desires without having to save it to disk first.
>
> *All these methods would probably require:*
>
> ** i.  **Download the HTML
> page with the search results.
>
> **ii.  **Parse the HTML file
> and find 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 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
>
> ** **
>
> ** **
>
> 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 Photos and download the photos in the specified location.
> - Macro Require
>
> ** **
>
> I have created macro to navigate the web page and I need help to save the
> all photos in folder.
>
> ** **
>
> Please help me as i have a huge data to download.
>
> ** **
>
> I have tried in google, unfortunately I am getting all the macro's to
> download only 1 photo, in my current need I have to download all the photos.
> 
>
> ** **
>
> I can use any type of explorer ie, chrome, firefox or any.
>
>
> Note : The website (http://www.jabong.com/)is only for example purpose.***
> *
>
> ** **
>
> Thanks in advance...
>
> ** **
>
> If any one interested, please revert back to me..
>
> ** **
>
> Thanks & Regards,
>
> Kiran
>
>  
>
> ** **
>
> ** **
>
> On Sun, Jun 17, 2012 at 2:55 PM, Kiran Kancharla 
> wrote:
>
> ** **
>
> Hi All,
>
> ** **
>
> Request you to 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 Photos and download the photos in the specified location.
> - Macro Require
>
> ** **
>
> I have created macro to navigate the web page and I need help to save the
> all photos in folder.
>
> ** **
>
> Please help me as i have a huge data to download.
>
> ** **
>
> I have tried in google, unfortunately I am getting all the macro's to
> download only 1 photo, in my current need I have to download all the photos.
> 
>
> ** **
>
> I can use any type of explorer ie, chrome, firefox or any.
>
>
> Note : The website (http://www.jabong.com/)is only for example purpose.***
> *
>
> ** **
>
> Thanks in advance...
>
> -- 
>
> Thanks & Regards,
>
> Kiran
>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> -

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

2012-06-20 Thread Asa Rossoff
k.

 

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 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

 

 

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/>
http://www.jabong.com/  - Macro Done

Step 2 : Search for product :  WR138MA56HVN -  Macro Done

Step 3 : Select Photos and download the photos in the specified location. -
Macro Require

 

I have created macro to navigate the web page and I need help to save the
all photos in folder.

 

Please help me as i have a huge data to download.

 

I have tried in google, unfortunately I am getting all the macro's to
download only 1 photo, in my current need I have to download all the photos.

 

I can use any type of explorer ie, chrome, firefox or any.


Note : The website ( <http://www.jabong.com/> http://www.jabong.com/)is only
for example purpose.

 

Thanks in advance...

 

If any one interested, please revert back to me..

 

Thanks & Regards,

Kiran

 

 

 

On Sun, Jun 17, 2012 at 2:55 PM, Kiran Kancharla 
wrote:

 

Hi All,

 

Request you to 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 Photos and download the photos in the specified location. -
Macro Require

 

I have created macro to navigate the web page and I need help to save the
all photos in folder.

 

Please help me as i have a huge data to download.

 

I have tried in google, unfortunately I am getting all the macro's to
download only 1 photo, in my current need I have to download all the photos.

 

I can use any type of explorer ie, chrome, firefox or any.


Note : The website (http://www.jabong.com/)is only for example purpose.

 

Thanks in advance...

-- 

Thanks & Regards,

Kiran

-- 
FORUM RULES (986+ members already BANNED for violation)
 
1) Use concise, accurate thread titles. Poor thread titles, like Please
Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will
not get quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security
measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in
signatures are prohibited. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum
owners and members are not responsible for any loss.
 

--
To post to this group, send email to excel-macros@googlegroups.com
 
To unsubscribe, send a blank email to
excel-macros+unsubscr...@googlegroups.com
<mailto:excel-macros%2bunsubscr...@googlegroups.com> 





 

-- 

Thanks & Regards,

Kiran

9920456606

 

-- 
FORUM RULES (986+ members already BANNED for violation)
 
1) Use concise, accurate thread titles. Poor thread titles, like Please
Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will
not get quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security
measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in
signatures are prohibited. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum
owners and members are not responsible for any loss.
 

--
To post to this group, send email to excel-macros@googlegroups.com
 
To unsubscribe, send a blank email to
excel-macros+unsubscr...@googlegroups.com

 

-- 
-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competiti

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

2012-06-20 Thread Kiran Kancharla
Hi All,

thank you very much for your help...

please give me some hours time to check and revert back to you..

once agai thanks and god bless you all...

regards,
kiran

On 6/21/12, ChilExcel  wrote:
> Kiran
>
> Other solution :
>
> use "Extreme Picture Finder" for extract all image
> please see attached   time used  00:05:05
> website www.jabong.com 2\
>
> Chilexcel
>
> 2012/6/20 ChilExcel :
>> Don Guillett
>>
>>  He , need only all pictures of this website
>>
>>
>>
>> 2012/6/20 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 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 Photos and download the photos in the specified location.
>>> -
>>> Macro Require
>>>
>>> I have created macro to navigate the web page and I need help to save
>>> the
>>> all photos in folder.
>>>
>>> Please help me as i have a huge data to download.
>>>
>>> I have tried in google, unfortunately I am getting all the macro's to
>>> download only 1 photo, in my current need I have to download all the
>>> photos.
>>>
>>> I can use any type of explorer ie, chrome, firefox or any.
>>>
>>> Note : The website (http://www.jabong.com/)is only for example purpose.
>>>
>>> Thanks in advance...
>>>
>>> If any one interested, please revert back to me..
>>>
>>> Thanks & Regards,
>>> Kiran
>>>
>>>
>>>
>>>
>>> On Sun, Jun 17, 2012 at 2:55 PM, Kiran Kancharla 
>>> wrote:
>>>>
>>>>
>>>> Hi All,
>>>>
>>>> Request you to 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 Photos and download the photos in the specified
>>>> location.
>>>> - Macro Require
>>>>
>>>> I have created macro to navigate the web page and I need help to save
>>>> the
>>>> all photos in folder.
>>>>
>>>> Please help me as i have a huge data to download.
>>>>
>>>> I have tried in google, unfortunately I am getting all the macro's to
>>>> download only 1 photo, in my current need I have to download all the
>>>> photos.
>>>>
>>>> I can use any type of explorer ie, chrome, firefox or any.
>>>>
>>>> Note : The website (http://www.jabong.com/)is only for example purpose.
>>>>
>>>> Thanks in advance...
>>>> --
>>>> Thanks & Regards,
>>>> Kiran
>>>> --
>>>> FORUM RULES (986+ members already BANNED for violation)
>>>>
>>>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>>>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>>>> will
>>>> not get quick attention or may not be answered.
>>>>
>>>> 2) Don't post a question in the thread of another member.
>>>>
>>>> 3) Don't post questions regarding breaking or bypassing any security
>>>> measure.
>>>>
>>>> 4) Acknowledge the responses you receive, good or bad.
>>>>
>>>> 5) Cross-promotion of, or links to, forums competitive to this forum in
>>>> signatures are prohibited.
>>>>
>>>> NOTE : Don't ever post personal or confidential data in a workbook.
>>>> Forum
>>>> owners and members are not responsible for any loss.
>>>>
>>>>
>>>> -

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

2012-06-20 Thread ChilExcel
Don Guillett

 He , need only all pictures of this website



2012/6/20 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 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 Photos and download the photos in the specified location. -
> Macro Require
>
> I have created macro to navigate the web page and I need help to save the
> all photos in folder.
>
> Please help me as i have a huge data to download.
>
> I have tried in google, unfortunately I am getting all the macro's to
> download only 1 photo, in my current need I have to download all the photos.
>
> I can use any type of explorer ie, chrome, firefox or any.
>
> Note : The website (http://www.jabong.com/)is only for example purpose.
>
> Thanks in advance...
>
> If any one interested, please revert back to me..
>
> Thanks & Regards,
> Kiran
>
>
>
>
> On Sun, Jun 17, 2012 at 2:55 PM, Kiran Kancharla 
> wrote:
>>
>>
>> Hi All,
>>
>> Request you to 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 Photos and download the photos in the specified location.
>> - Macro Require
>>
>> I have created macro to navigate the web page and I need help to save the
>> all photos in folder.
>>
>> Please help me as i have a huge data to download.
>>
>> I have tried in google, unfortunately I am getting all the macro's to
>> download only 1 photo, in my current need I have to download all the photos.
>>
>> I can use any type of explorer ie, chrome, firefox or any.
>>
>> Note : The website (http://www.jabong.com/)is only for example purpose.
>>
>> Thanks in advance...
>> --
>> Thanks & Regards,
>> Kiran
>> --
>> FORUM RULES (986+ members already BANNED for violation)
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will
>> not get quick attention or may not be answered.
>>
>> 2) Don't post a question in the thread of another member.
>>
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>>
>> 4) Acknowledge the responses you receive, good or bad.
>>
>> 5) Cross-promotion of, or links to, forums competitive to this forum in
>> signatures are prohibited.
>>
>> NOTE : Don't ever post personal or confidential data in a workbook. Forum
>> owners and members are not responsible for any loss.
>>
>>
>> --
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>> To unsubscribe, send a blank email to
>> mailto:excel-macros%2bunsubscr...@googlegroups.com
>
>
>
>
> --
> Thanks & Regards,
> Kiran
> 9920456606
>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will
> not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com
>
> --
> FORUM RU

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 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 Photos and download the photos in the specified location. - 
Macro Require


I have created macro to navigate the web page and I need help to save the all 
photos in folder.


Please help me as i have a huge data to download.


I have tried in google, unfortunately I am getting all the macro's to download 
only 1 photo, in my current need I have to download all the photos.


I can use any type of explorer ie, chrome, firefox or any.

Note : The website (http://www.jabong.com/)is only for example purpose.

Thanks in advance...

If any one interested, please revert back to me..

Thanks & Regards,
Kiran





On Sun, Jun 17, 2012 at 2:55 PM, Kiran Kancharla  wrote:


  Hi All,

  Request you to 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 Photos and download the photos in the specified location. - 
Macro Require


  I have created macro to navigate the web page and I need help to save the all 
photos in folder.


  Please help me as i have a huge data to download.


  I have tried in google, unfortunately I am getting all the macro's to 
download only 1 photo, in my current need I have to download all the photos.


  I can use any type of explorer ie, chrome, firefox or any.

  Note : The website (http://www.jabong.com/)is only for example purpose.

  Thanks in advance...
  -- 

  Thanks & Regards,
  Kiran
  -- 
  FORUM RULES (986+ members already BANNED for violation)
   
  1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
   
  2) Don't post a question in the thread of another member.
   
  3) Don't post questions regarding breaking or bypassing any security measure.
   
  4) Acknowledge the responses you receive, good or bad.
   
  5) Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 
   
  NOTE : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
   
  
--
  To post to this group, send email to excel-macros@googlegroups.com
   
  To unsubscribe, send a blank email to 
mailto:excel-macros%2bunsubscr...@googlegroups.com




-- 

Thanks & Regards,
Kiran
9920456606

-- 
FORUM RULES (986+ members already BANNED for violation)
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
 
--
To post to this group, send email to excel-macros@googlegroups.com
 
To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@

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) Directo y desde Hyperlink

Chilexcel



2012/6/20 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 Photos and download the photos in the specified location. -
> Macro Require
>
> I have created macro to navigate the web page and I need help to save the
> all photos in folder.
>
> Please help me as i have a huge data to download.
>
> I have tried in google, unfortunately I am getting all the macro's to
> download only 1 photo, in my current need I have to download all the photos.
>
> I can use any type of explorer ie, chrome, firefox or any.
>
> Note : The website (http://www.jabong.com/)is only for example purpose.
>
> Thanks in advance...
>
> If any one interested, please revert back to me..
>
> Thanks & Regards,
> Kiran
>
>
>
>
> On Sun, Jun 17, 2012 at 2:55 PM, Kiran Kancharla 
> wrote:
>>
>>
>> Hi All,
>>
>> Request you to 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 Photos and download the photos in the specified location.
>> - Macro Require
>>
>> I have created macro to navigate the web page and I need help to save the
>> all photos in folder.
>>
>> Please help me as i have a huge data to download.
>>
>> I have tried in google, unfortunately I am getting all the macro's to
>> download only 1 photo, in my current need I have to download all the photos.
>>
>> I can use any type of explorer ie, chrome, firefox or any.
>>
>> Note : The website (http://www.jabong.com/)is only for example purpose.
>>
>> Thanks in advance...
>> --
>> Thanks & Regards,
>> Kiran
>>
>> --
>> FORUM RULES (986+ members already BANNED for violation)
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will
>> not get quick attention or may not be answered.
>>
>> 2) Don't post a question in the thread of another member.
>>
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>>
>> 4) Acknowledge the responses you receive, good or bad.
>>
>> 5) Cross-promotion of, or links to, forums competitive to this forum in
>> signatures are prohibited.
>>
>> NOTE : Don't ever post personal or confidential data in a workbook. Forum
>> owners and members are not responsible for any loss.
>>
>>
>> --
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>> To unsubscribe, send a blank email to
>> excel-macros+unsubscr...@googlegroups.com
>
>
>
>
> --
> Thanks & Regards,
> Kiran
> 9920456606
>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will
> not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com



-- 
Visita ; http://sites.google.com/site/chilexcel/Home
Visita ; http://www.youtube.com/user/timextag41

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or c

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 Photos and download the photos in the specified location. -
Macro Require

I have created macro to navigate the web page and I need help to save the
all photos in folder.

Please help me as i have a huge data to download.

I have tried in google, unfortunately I am getting all the macro's to
download only 1 photo, in my current need I have to download all the photos.

I can use any type of explorer ie, chrome, firefox or any.

Note : The website (http://www.jabong.com/)is only for example purpose.

Thanks in advance...

If any one interested, please revert back to me..

Thanks & Regards,
Kiran




On Sun, Jun 17, 2012 at 2:55 PM, Kiran Kancharla wrote:

>
> Hi All,
>
> Request you to 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 Photos and download the photos in the specified location.
> - Macro Require
>
> I have created macro to navigate the web page and I need help to save the
> all photos in folder.
>
> Please help me as i have a huge data to download.
>
> I have tried in google, unfortunately I am getting all the macro's to
> download only 1 photo, in my current need I have to download all the photos.
>
> I can use any type of explorer ie, chrome, firefox or any.
>
> Note : The website (http://www.jabong.com/)is only for example purpose.
>
> Thanks in advance...
> --
> Thanks & Regards,
> Kiran
>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com




-- 
Thanks & Regards,
Kiran
9920456606

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

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 at 5:47 PM, Kiran Kancharla wrote:

>
> 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 = .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,
>> 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 at 4:56 PM, Kiran Kancharla wrote:
>>
>>> 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 something to make this activity automatic as I
 have a huge data to download.

 Thanks & Regards,
 Kiran



 On Sun, Jun 17, 2012 at 11:29 PM, Kiran Kancharla 
 wrote:

> 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 from the toolbar,)
>>
>> and then use
>>
>> Excel Insert Images (Chilexcel) Direct and from Hyperlink
>> http://www.youtube.com/watch?v=B1qUrTKsnGo&feature=plcp
>>
>>
>>
>> Chilexcel
>>
>>
>>
>> 2012/6/17 Kiran Kancharla :
>> >
>> > Hi All,
>> >
>> > Request you to 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 Photos and download the photos in the
>> specified location. -
>> > Macro Require
>> >
>> > I have created macro to navigate the web page and I need help to
>> save the
>> > all photos in folder.
>> >
>> > Please help me as i have a huge data to download.
>> >
>> > I have tried in google, unfortunately I am getting all the macro's
>> to
>> > download only 1 photo, in my current need I have to download all
>> the photos.
>> >
>> > I can use any type of explorer ie, chrome, firefox or any.
>> >
>> > Note : The website (http://www.jabong.com/)is only for
>> example purpose.
>> >
>> > Thanks in advance...
>> > --
>> > Thanks & Regards,
>> > Kiran
>> >
>> > --
>> > FORUM RULES (986+ members already BANNED for violation)
>> >
>> > 1) Use concise, accurate thread titles. Poor thread titles, like
>> Please
>> > Help, Urgent, Need Help, Formula Problem, Code Problem, and Need
>> Advice will
>> > not get quick attention or may not be answered.
>> >
>> > 2) Don't post a question in the thread of another member.
>> >
>> > 3) Don't post questions regarding breaking or bypassing any security
>> > measure.
>> >
>> > 4) Acknowledge the responses you receive, good or bad.
>> >
>> > 5) Cross-promotion of, or links to, forums competitive to this
>> forum in
>> > signatures are prohibited.
>> >
>> > NOTE : Don't ever post personal or confidential data in a workbook.
>> Forum
>> > owners and members are not responsible for any loss.
>> >
>> >
>> --
>> > To post to this group, send email to excel-macros@googlegroups.com
>> >
>> > To unsubscribe, send a blank email to
>> > excel-macros+unsubscr...@googlegroups.com
>>
>>
>>
>> --
>> Visita ; http://sites.google.com/site/chilexcel/Home
>> Visita ; http://www.youtube.com/user/timextag41
>>
>> --
>> FORUM RULES (986+ members already BANNED for violation)
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like
>> Please Help, Ur

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 = .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,
> 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 at 4:56 PM, Kiran Kancharla wrote:
>
>> 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 something to make this activity automatic as I
>>> have a huge data to download.
>>>
>>> Thanks & Regards,
>>> Kiran
>>>
>>>
>>>
>>> On Sun, Jun 17, 2012 at 11:29 PM, Kiran Kancharla 
>>> wrote:
>>>
 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 from the toolbar,)
>
> and then use
>
> Excel Insert Images (Chilexcel) Direct and from Hyperlink
> http://www.youtube.com/watch?v=B1qUrTKsnGo&feature=plcp
>
>
>
> Chilexcel
>
>
>
> 2012/6/17 Kiran Kancharla :
> >
> > Hi All,
> >
> > Request you to 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 Photos and download the photos in the
> specified location. -
> > Macro Require
> >
> > I have created macro to navigate the web page and I need help to
> save the
> > all photos in folder.
> >
> > Please help me as i have a huge data to download.
> >
> > I have tried in google, unfortunately I am getting all the macro's to
> > download only 1 photo, in my current need I have to download all the
> photos.
> >
> > I can use any type of explorer ie, chrome, firefox or any.
> >
> > Note : The website (http://www.jabong.com/)is only for
> example purpose.
> >
> > Thanks in advance...
> > --
> > Thanks & Regards,
> > Kiran
> >
> > --
> > FORUM RULES (986+ members already BANNED for violation)
> >
> > 1) Use concise, accurate thread titles. Poor thread titles, like
> Please
> > Help, Urgent, Need Help, Formula Problem, Code Problem, and Need
> Advice will
> > not get quick attention or may not be answered.
> >
> > 2) Don't post a question in the thread of another member.
> >
> > 3) Don't post questions regarding breaking or bypassing any security
> > measure.
> >
> > 4) Acknowledge the responses you receive, good or bad.
> >
> > 5) Cross-promotion of, or links to, forums competitive to this forum
> in
> > signatures are prohibited.
> >
> > NOTE : Don't ever post personal or confidential data in a workbook.
> Forum
> > owners and members are not responsible for any loss.
> >
> >
> --
> > To post to this group, send email to excel-macros@googlegroups.com
> >
> > To unsubscribe, send a blank email to
> > excel-macros+unsubscr...@googlegroups.com
>
>
>
> --
> Visita ; http://sites.google.com/site/chilexcel/Home
> Visita ; http://www.youtube.com/user/timextag41
>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like
> Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need
> Advice will not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5)  Cross-promotion of, or links to, forums competitive to this forum
> in signatures are prohibited.
>
> NOTE  : Don't ever post personal or con

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,
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 at 4:56 PM, Kiran Kancharla wrote:

> 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 something to make this activity automatic as I
>> have a huge data to download.
>>
>> Thanks & Regards,
>> Kiran
>>
>>
>>
>> On Sun, Jun 17, 2012 at 11:29 PM, Kiran Kancharla wrote:
>>
>>> 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 from the toolbar,)

 and then use

 Excel Insert Images (Chilexcel) Direct and from Hyperlink
 http://www.youtube.com/watch?v=B1qUrTKsnGo&feature=plcp



 Chilexcel



 2012/6/17 Kiran Kancharla :
 >
 > Hi All,
 >
 > Request you to 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 Photos and download the photos in the
 specified location. -
 > Macro Require
 >
 > I have created macro to navigate the web page and I need help to save
 the
 > all photos in folder.
 >
 > Please help me as i have a huge data to download.
 >
 > I have tried in google, unfortunately I am getting all the macro's to
 > download only 1 photo, in my current need I have to download all the
 photos.
 >
 > I can use any type of explorer ie, chrome, firefox or any.
 >
 > Note : The website (http://www.jabong.com/)is only for
 example purpose.
 >
 > Thanks in advance...
 > --
 > Thanks & Regards,
 > Kiran
 >
 > --
 > FORUM RULES (986+ members already BANNED for violation)
 >
 > 1) Use concise, accurate thread titles. Poor thread titles, like
 Please
 > Help, Urgent, Need Help, Formula Problem, Code Problem, and Need
 Advice will
 > not get quick attention or may not be answered.
 >
 > 2) Don't post a question in the thread of another member.
 >
 > 3) Don't post questions regarding breaking or bypassing any security
 > measure.
 >
 > 4) Acknowledge the responses you receive, good or bad.
 >
 > 5) Cross-promotion of, or links to, forums competitive to this forum
 in
 > signatures are prohibited.
 >
 > NOTE : Don't ever post personal or confidential data in a workbook.
 Forum
 > owners and members are not responsible for any loss.
 >
 >
 --
 > To post to this group, send email to excel-macros@googlegroups.com
 >
 > To unsubscribe, send a blank email to
 > excel-macros+unsubscr...@googlegroups.com



 --
 Visita ; http://sites.google.com/site/chilexcel/Home
 Visita ; http://www.youtube.com/user/timextag41

 --
 FORUM RULES (986+ members already BANNED for violation)

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.

 2) Don't post a question in the thread of another member.

 3) Don't post questions regarding breaking or bypassing any security
 measure.

 4) Acknowledge the responses you receive, good or bad.

 5)  Cross-promotion of, or links to, forums competitive to this forum
 in signatures are prohibited.

 NOTE  : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.


 --
 To post to this group, send email to excel-macros@googlegroups.com

 To unsubscribe, send a blank email to
 excel-macros+unsubscr

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 something to make this activity automatic as I
> have a huge data to download.
>
> Thanks & Regards,
> Kiran
>
>
>
> On Sun, Jun 17, 2012 at 11:29 PM, Kiran Kancharla wrote:
>
>> 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 from the toolbar,)
>>>
>>> and then use
>>>
>>> Excel Insert Images (Chilexcel) Direct and from Hyperlink
>>> http://www.youtube.com/watch?v=B1qUrTKsnGo&feature=plcp
>>>
>>>
>>>
>>> Chilexcel
>>>
>>>
>>>
>>> 2012/6/17 Kiran Kancharla :
>>> >
>>> > Hi All,
>>> >
>>> > Request you to 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 Photos and download the photos in the
>>> specified location. -
>>> > Macro Require
>>> >
>>> > I have created macro to navigate the web page and I need help to save
>>> the
>>> > all photos in folder.
>>> >
>>> > Please help me as i have a huge data to download.
>>> >
>>> > I have tried in google, unfortunately I am getting all the macro's to
>>> > download only 1 photo, in my current need I have to download all the
>>> photos.
>>> >
>>> > I can use any type of explorer ie, chrome, firefox or any.
>>> >
>>> > Note : The website (http://www.jabong.com/)is only for
>>> example purpose.
>>> >
>>> > Thanks in advance...
>>> > --
>>> > Thanks & Regards,
>>> > Kiran
>>> >
>>> > --
>>> > FORUM RULES (986+ members already BANNED for violation)
>>> >
>>> > 1) Use concise, accurate thread titles. Poor thread titles, like Please
>>> > Help, Urgent, Need Help, Formula Problem, Code Problem, and Need
>>> Advice will
>>> > not get quick attention or may not be answered.
>>> >
>>> > 2) Don't post a question in the thread of another member.
>>> >
>>> > 3) Don't post questions regarding breaking or bypassing any security
>>> > measure.
>>> >
>>> > 4) Acknowledge the responses you receive, good or bad.
>>> >
>>> > 5) Cross-promotion of, or links to, forums competitive to this forum in
>>> > signatures are prohibited.
>>> >
>>> > NOTE : Don't ever post personal or confidential data in a workbook.
>>> Forum
>>> > owners and members are not responsible for any loss.
>>> >
>>> >
>>> --
>>> > To post to this group, send email to excel-macros@googlegroups.com
>>> >
>>> > To unsubscribe, send a blank email to
>>> > excel-macros+unsubscr...@googlegroups.com
>>>
>>>
>>>
>>> --
>>> Visita ; http://sites.google.com/site/chilexcel/Home
>>> Visita ; http://www.youtube.com/user/timextag41
>>>
>>> --
>>> FORUM RULES (986+ members already BANNED for violation)
>>>
>>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>>> will not get quick attention or may not be answered.
>>>
>>> 2) Don't post a question in the thread of another member.
>>>
>>> 3) Don't post questions regarding breaking or bypassing any security
>>> measure.
>>>
>>> 4) Acknowledge the responses you receive, good or bad.
>>>
>>> 5)  Cross-promotion of, or links to, forums competitive to this forum in
>>> signatures are prohibited.
>>>
>>> NOTE  : Don't ever post personal or confidential data in a workbook.
>>> Forum owners and members are not responsible for any loss.
>>>
>>>
>>> --
>>> To post to this group, send email to excel-macros@googlegroups.com
>>>
>>> To unsubscribe, send a blank email to
>>> excel-macros+unsubscr...@googlegroups.com
>>>
>>
>>
>>
>> --
>> Thanks & Regards,
>> Kiran
>> 9920456606
>>
>>
>
>
> --
> Thanks & Regards,
> Kiran
> 9920456606
>
>


-- 
Thanks & Regards,
Kiran
9920456606

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  

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, Jun 17, 2012 at 11:29 PM, Kiran Kancharla wrote:

> 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 from the toolbar,)
>>
>> and then use
>>
>> Excel Insert Images (Chilexcel) Direct and from Hyperlink
>> http://www.youtube.com/watch?v=B1qUrTKsnGo&feature=plcp
>>
>>
>>
>> Chilexcel
>>
>>
>>
>> 2012/6/17 Kiran Kancharla :
>> >
>> > Hi All,
>> >
>> > Request you to 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 Photos and download the photos in the
>> specified location. -
>> > Macro Require
>> >
>> > I have created macro to navigate the web page and I need help to save
>> the
>> > all photos in folder.
>> >
>> > Please help me as i have a huge data to download.
>> >
>> > I have tried in google, unfortunately I am getting all the macro's to
>> > download only 1 photo, in my current need I have to download all the
>> photos.
>> >
>> > I can use any type of explorer ie, chrome, firefox or any.
>> >
>> > Note : The website (http://www.jabong.com/)is only for example purpose.
>> >
>> > Thanks in advance...
>> > --
>> > Thanks & Regards,
>> > Kiran
>> >
>> > --
>> > FORUM RULES (986+ members already BANNED for violation)
>> >
>> > 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> > Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will
>> > not get quick attention or may not be answered.
>> >
>> > 2) Don't post a question in the thread of another member.
>> >
>> > 3) Don't post questions regarding breaking or bypassing any security
>> > measure.
>> >
>> > 4) Acknowledge the responses you receive, good or bad.
>> >
>> > 5) Cross-promotion of, or links to, forums competitive to this forum in
>> > signatures are prohibited.
>> >
>> > NOTE : Don't ever post personal or confidential data in a workbook.
>> Forum
>> > owners and members are not responsible for any loss.
>> >
>> >
>> --
>> > To post to this group, send email to excel-macros@googlegroups.com
>> >
>> > To unsubscribe, send a blank email to
>> > excel-macros+unsubscr...@googlegroups.com
>>
>>
>>
>> --
>> Visita ; http://sites.google.com/site/chilexcel/Home
>> Visita ; http://www.youtube.com/user/timextag41
>>
>> --
>> FORUM RULES (986+ members already BANNED for violation)
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>>
>> 2) Don't post a question in the thread of another member.
>>
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>>
>> 4) Acknowledge the responses you receive, good or bad.
>>
>> 5)  Cross-promotion of, or links to, forums competitive to this forum in
>> signatures are prohibited.
>>
>> NOTE  : Don't ever post personal or confidential data in a workbook.
>> Forum owners and members are not responsible for any loss.
>>
>>
>> --
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>> To unsubscribe, send a blank email to
>> excel-macros+unsubscr...@googlegroups.com
>>
>
>
>
> --
> Thanks & Regards,
> Kiran
> 9920456606
>
>


-- 
Thanks & Regards,
Kiran
9920456606

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe,

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 from the toolbar,)
>
> and then use
>
> Excel Insert Images (Chilexcel) Direct and from Hyperlink
> http://www.youtube.com/watch?v=B1qUrTKsnGo&feature=plcp
>
>
>
> Chilexcel
>
>
>
> 2012/6/17 Kiran Kancharla :
> >
> > Hi All,
> >
> > Request you to 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 Photos and download the photos in the
> specified location. -
> > Macro Require
> >
> > I have created macro to navigate the web page and I need help to save the
> > all photos in folder.
> >
> > Please help me as i have a huge data to download.
> >
> > I have tried in google, unfortunately I am getting all the macro's to
> > download only 1 photo, in my current need I have to download all the
> photos.
> >
> > I can use any type of explorer ie, chrome, firefox or any.
> >
> > Note : The website (http://www.jabong.com/)is only for example purpose.
> >
> > Thanks in advance...
> > --
> > Thanks & Regards,
> > Kiran
> >
> > --
> > FORUM RULES (986+ members already BANNED for violation)
> >
> > 1) Use concise, accurate thread titles. Poor thread titles, like Please
> > Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will
> > not get quick attention or may not be answered.
> >
> > 2) Don't post a question in the thread of another member.
> >
> > 3) Don't post questions regarding breaking or bypassing any security
> > measure.
> >
> > 4) Acknowledge the responses you receive, good or bad.
> >
> > 5) Cross-promotion of, or links to, forums competitive to this forum in
> > signatures are prohibited.
> >
> > NOTE : Don't ever post personal or confidential data in a workbook. Forum
> > owners and members are not responsible for any loss.
> >
> >
> --
> > To post to this group, send email to excel-macros@googlegroups.com
> >
> > To unsubscribe, send a blank email to
> > excel-macros+unsubscr...@googlegroups.com
>
>
>
> --
> Visita ; http://sites.google.com/site/chilexcel/Home
> Visita ; http://www.youtube.com/user/timextag41
>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5)  Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE  : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com
>



-- 
Thanks & Regards,
Kiran
9920456606

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com