+ Reply to Thread
Results 1 to 6 of 6

Address cell value(s) to search an aspx site

Hybrid View

  1. #1
    Registered User
    Join Date
    07-15-2013
    Location
    Arizona
    MS-Off Ver
    Excel 2016
    Posts
    64

    Address cell value(s) to search an aspx site

    Hi Forum...I am trying to search addresses contained in column I on a public county website (http://www.pinalcountyaz.gov/Assesso...celSearch.aspx). I would like to do so by creating a hyperlink formula in column M that populates the address fields of the search site (Number, Direction, Name, Suffix) and conducts the search and pops up a browser with the results. Unfortunately just trying to search the address on the site's general search feature in the upper right does not work. If the solution requires data manipulation such as breaking down the address in to specific cell values, I can probably figure that out (but help there would still be welcomed! ).

    Attached is a sample workbook.

    Thanks in advance!!!

    Chris
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: Address cell value(s) to search an aspx site

    Put this formula in M2 and copy down. It hyperlinks to the property site based on Parcel ID.

    Formula: copy to clipboard
    =HYPERLINK("http://pinalcountyaz.gov/Assessor/Pages/ParcelSearch.aspx?b="&LEFT(H2,3)&"&m="&MID(H2,5,2)&"&p="&MID(H2,8,3)&"&s="&RIGHT(H2,1),"Parcel " & H2)
    Surround your VBA code with CODE tags e.g.;
    [CODE]your VBA code here[/CODE]
    The # button in the forum editor will apply CODE tags around your selected text.

  3. #3
    Registered User
    Join Date
    07-15-2013
    Location
    Arizona
    MS-Off Ver
    Excel 2016
    Posts
    64

    Re: Address cell value(s) to search an aspx site

    AlphaFrog...I have a similar situation as above, but now I do not have parcel number this time (new sample file attached)...is there a way to search addresses contained in column A on the same public county website (http://www.pinalcountyaz.gov/Assesso...celSearch.aspx)? Again, I would like to do so by creating a hyperlink formula in column B that populates the address fields of the search site (Number, Direction, Name, Suffix) and conducts the search and pops up a browser with the results. Some addresses will not have the suffix available (e.g. AVE or DR) but the search on the site should still work. Note, some addresses might have multiple words between the direction and suffix. Your help is appreciated! Thanks!
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    07-15-2013
    Location
    Arizona
    MS-Off Ver
    Excel 2016
    Posts
    64

    Re: Address cell value(s) to search an aspx site

    Bam! Thanks AlphaFrog, money as usual!

  5. #5
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: Address cell value(s) to search an aspx site

    Don't have a solution for you on this one. It's a lot more tricky.

  6. #6
    Registered User
    Join Date
    07-15-2013
    Location
    Arizona
    MS-Off Ver
    Excel 2016
    Posts
    64

    Re: Address cell value(s) to search an aspx site

    ok, thanks for taking a look! appreciate it

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. VBA to automate site-search or Google search
    By ks_1029 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-15-2017, 01:37 AM
  2. [SOLVED] Run time error '1004': The address of this site is not valid. Check the address the addre
    By baig123 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-12-2014, 06:59 AM
  3. [SOLVED] How do I find address of cell after search value in range
    By josel2820 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-02-2013, 12:28 PM
  4. Find Cell Address After The Use Of A Search
    By readered in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-06-2012, 06:57 AM
  5. Search row and return cell address
    By cfaull in forum Excel General
    Replies: 6
    Last Post: 03-12-2011, 02:39 AM
  6. Visit Site Address Macro
    By Drus in forum Excel Programming / VBA / Macros
    Replies: 26
    Last Post: 01-30-2011, 05:55 PM
  7. [SOLVED] Search Cell Address and Cell Names in VBA Editor
    By ExcelMonkey in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-11-2005, 03:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1