Posts by saransh

    Hi,


    I am trying to get data from url below is the vba code which i am using to get data but unable to get complete data.


    My output should {"response": {"objects": [["natural_light", 612, 881, 1124, 1118]]}, "error": "false"} in range ("B2").


    below is my vba code.


    I have also posted my query at:-https://www.excelforum.com/exc…to-get-data-from-url.html


    Hi All,



    What I would like to do is this:I want to get data from span class.



    I have try below vba code but no luck.


    Please find the attached sample file in sheet1 the possible output is showing.


    HTML
    HTML code For Popular LandMarks<span class="mw_content" title="Ayushman Hospital &amp; Trauma Centre">Ayushman Hospital &amp; Trauma Centre</span><span class="mw_units">23 min|8.2 km</span><span class="mw_content" title="S D Adarsh Vidyalaya">S D Adarsh Vidyalaya</span><span class="mw_units">10 min|3.1 km</span><span class="mw_content" title="Omaxe City Center">Omaxe City Center</span><span class="mw_units">7 min|2.3 km</span><span class="mw_content" title="Indusind Bank">Indusind Bank</span><span class="mw_units">5 min|1.9 km</span><span class="mw_content" title="Coriander Leaf">Coriander Leaf</span><span class="mw_units">4 min|1.0 km</span>
    HTML code For View All Landmarks<span class="mw_content" title="Ayushman Hospital &amp; Trauma Centre">Ayushman Hospital &amp; Trauma Centre</span><span class="mw_units">23 min|8.2 km</span><span class="mw_content" title="S D Adarsh Vidyalaya">S D Adarsh Vidyalaya</span><span class="mw_units">10 min|3.1 km</span><span class="mw_content" title="Omaxe City Center">Omaxe City Center</span><span class="mw_units">7 min|2.3 km</span><span class="mw_content" title="Indusind Bank">Indusind Bank</span><span class="mw_units">5 min|1.9 km</span><span class="mw_content" title="Coriander Leaf">Coriander Leaf</span><span class="mw_units">4 min|1.0 km</span>


    My vba code


    Hi All,


    I have searched for several hours with no luck. What I would like to do is this: I have a vba code with the help of this code I want to get image title from Div class.


    HTML
    <div class="bankfilm clearAfter animTransMrg350"><div class="bankBodr bankTuple"><img title="PNB Housing Finance Limited" width="125px" height="40px" alt="PNB Housing Finance Limited" class="mr10" style="border:1px #999 solid" src="https://newprojects.99acres.com/bank_images/pnb_housing_finance_limited.jpg"></div><div class="bankBodr bankTuple"><img title="LIC Housing Finance Ltd." width="125px" height="40px" alt="LIC Housing Finance Ltd." class="mr10" style="border:1px #999 solid" src="https://newprojects.99acres.com/bank_images/lic-hfl.jpg"></div><div class="bankBodr bankTuple"><img title="AXIS Bank LTD." width="125px" height="40px" alt="AXIS Bank LTD." class="mr10" style="border:1px #999 solid" src="https://newprojects.99acres.com/bank_images/axis-bank.jpg"></div><div class="bankBodr bankTuple"><img title="State Bank of India" width="125px" height="40px" alt="State Bank of India" class="mr10" style="border:1px #999 solid" src="https://newprojects.99acres.com/bank_images/state-bank-of-india.jpg"></div>                </div>


    My vba code


    Re: vba code to navigate to next page in webpage


    Hi John_w,


    Thanks for the reply!


    I have a vba code with the help of this code I am able to get data from web page but I am able to get data from one page only if there is more than one page then I want navigate to next page if they exist move to the next page and get data and repeat.


    For some security reason i am not able to provide web Address


    Here is my vba code:


    Re: vba code to navigate to next page in webpage


    bump pls, can somebody help!


    Hi All,


    I want a vba code to navigate to next page in webpage.


    my html code:


    HTML
    </ul><li ng-class="{disabled:pagerObj.currentPage === 1}" ng-click="setPage(pagerObj.currentPage - 1);" class="disabled">Previous</li><!-- ngRepeat: page in pagerObj.pages track by $index --><li ng-class="{active:pagerObj.currentPage === page}" ng-repeat="page in pagerObj.pages track by $index" ng-click="setPage(page, $event);" class="ng-binding ng-scope active">1</li><!-- end ngRepeat: page in pagerObj.pages track by $index --><li ng-class="{active:pagerObj.currentPage === page}" ng-repeat="page in pagerObj.pages track by $index" ng-click="setPage(page, $event);" class="ng-binding ng-scope">2</li><!-- end ngRepeat: page in pagerObj.pages track by $index --><li ng-class="{active:pagerObj.currentPage === page}" ng-repeat="page in pagerObj.pages track by $index" ng-click="setPage(page, $event);" class="ng-binding ng-scope">3</li><!-- end ngRepeat: page in pagerObj.pages track by $index --><li ng-class="{disabled:pagerObj.currentPage === pagerObj.totalPages}" ng-click="setPage(pagerObj.currentPage + 1);">Next</li></ul></div></pagination>

    Hi All,


    I am using Outlook 2013 and daily I receive 200 email manually I copy data from outlook email body to excel sheet it takes lots of manual effort. Now what I want From Email body I want email receive date and time in column A and property ID in column B from hyperlink as shown image in sheet2 in attached excel file and also I want Problems reported data from table from Email body and should transpose in Column C.

    Re: Capture and send mail login and logout Time


    May be


    Hi Team,


    Need some help!


    I need a macro to automated this task.


    Column A has Request received date,column B has request received time,column c has request complete date,column D has request complete time,column E has shift start time,column F has shift End time,column G has Day End time
    and in Column H i want TAT(Turn Around Time) interval.


    Please find the attached sample file.


    Thanks in advance!


    Regards,


    Rajesh