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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.