Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by radkri

  1. radkri

    Automatically filling web form

    Hello SkipVought, Thanks for the excel part coding. I get new excel file from another user whenever the data changes. For example if the client changed his address or a new client is added or an existing client is deleted etc. I used to replace the old excel file with this. Is there any VBA...
  2. radkri

    Automatically filling web form

    Hello, I started like this. Dim Obj As Object WebPath = "http:\*****\Orders.htm" Set Obj = CreateObject("InternetExplorer.Application") Obj.Visible = 1 Obj.navigate (WebPath) Obj.document.frmOrder.Name.Value = "VamSystems" Obj.document.frmOrder.State.selectedIndex = 5...
  3. radkri

    Automatically filling web form

    I have to fill a web form every day with data stored in an excel sheet. The web form has customer name, customer ID, street,city,state,country,phone,client name,client ID, no.of orders required, mode of payment(drop down box containing credit card, checking, paypal,check,money order). This data...

Part and Inventory Search

Back
Top