using pan number finding details of an customer using excel macros refer me some simple Templates Please help me out
using pan number finding details of an customer using excel macros refer me some simple Templates Please help me out
Hi,
Below code might help you.
Thanks!![]()
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
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks