+ Reply to Thread
Results 1 to 10 of 10

Ip Tracer thru VBA Code

  1. #1
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Ip Tracer thru VBA Code

    Hello:

    I have excel sheet with lots of data in
    Column A : Date (example 5/22/2012)
    Column B : ip Address (example 95.87.232.168)


    I need to know if it is possible to create a VB Code which will
    go to one of the ip Tracer website (http://www.ip-adress.com/ip_tracer/) and paste country name
    in column C where the ip was originated.


    Thanks in Advance

    Riz

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Ip Tracer thru VBA Code

    Make sure there is nothing in column B except IP addresses, then try this:

    Please Login or Register  to view this content.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Expert snb's Avatar
    Join Date
    05-09-2010
    Location
    VBA
    MS-Off Ver
    Redhat
    Posts
    5,649

    Re: Ip Tracer thru VBA Code

    Please Login or Register  to view this content.



  4. #4
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: Ip Tracer thru VBA Code

    My way:
    Please Login or Register  to view this content.
    @snb, IE automation? Really? eugh

  5. #5
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Re: Ip Tracer thru VBA Code

    Hello All:

    Thank you all so much for helping.
    However, i see 1 problem that these website only allows 50 ip tracer.
    i have lots of ip address..
    Any idea how to come about this problem.

    Thanks a lot

    Riz

  6. #6
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Re: Ip Tracer thru VBA Code

    Hello All:

    It looks like http://www.iplocation.net/index.php does not have any limitation.
    Can you help me getting country using this site.
    Thanks.

    Riz

  7. #7
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Ip Tracer thru VBA Code

    How many IPs? The original site actually gives you 200 per day once you register for free.

  8. #8
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Re: Ip Tracer thru VBA Code

    Hi:

    I have over 10,000 ip address's//

    Riz

  9. #9
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Ip Tracer thru VBA Code

    Any IP Tracer web site you can find that includes the IP searched in the address URL we can adapt my macro to. The second site you listed does not, it masks the input field.

  10. #10
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: Ip Tracer thru VBA Code

    Jerry, you can post using query tables:
    Please Login or Register  to view this content.
    Although I'd prefer an adaptation of my original:
    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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