+ Reply to Thread
Results 1 to 2 of 2

using pan number of the customer find details of an customer using excel macros

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    03-01-2014
    Location
    Mysore
    MS-Off Ver
    Excel 2007
    Posts
    379

    using pan number of the customer find details of an customer using excel macros

    using pan number finding details of an customer using excel macros refer me some simple Templates Please help me out

  2. #2
    Registered User
    Join Date
    03-19-2014
    Location
    India
    MS-Off Ver
    Excel & VBA - 2007 & 2010
    Posts
    60

    Re: using pan number of the customer find details of an customer using excel macros

    Hi,

    Below code might help you.

    Sub googlesearch()
        Set objIE = CreateObject("InternetExplorer.Application")
        WebSite = "www.google.com"
        With objIE
            .Visible = True
            .navigate WebSite
            Do While .Busy Or .readyState <> 4
                DoEvents
            Loop
    
            Set Element = .document.getElementsByName("q")
            Element.Item(0).Value = "Hello world"
            .document.forms(0).submit
            '.quit
            End With
    
    End Sub
    Thanks!
    Moinuddin Shaikh

    If you like my Response:
    1. Show appreciation to those who have helped you by clicking "* Add Reputation" below their posts.
    2. If you are happy with a solution to your problem, mark the thread as [SOLVED] using the tools at the top.

    Appreciate someone towards their career path is better than saying Thanks!
    -Moin

+ 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. Replies: 0
    Last Post: 04-12-2013, 02:28 AM
  2. [SOLVED] Copying Customer Details Onto Each Sale Line Until Next Customer is Reached
    By Babybio77 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-22-2013, 11:33 AM
  3. [SOLVED] Pulling the customer name when I enter the customer number
    By c.seely in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-04-2012, 01:12 PM
  4. replace customer number with customer name
    By openyamind in forum Excel General
    Replies: 3
    Last Post: 11-10-2011, 06:59 PM
  5. Customer details
    By Baza171 in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 02-09-2007, 08:01 AM

Tags for this Thread

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