using vb to put data onto website
Guys,
i am trying to write some Vb to take data from one cells in a worksheet and put in a website but having a couple of problems as im very new to this.
I have managed to get the vb to start the website i need and to put the curser in the right box, but cant seem to be able to copy the cell that i need onto the page,
Also is there a to put a 8 digit number into a inputbox and copy this to the web page
Many thanks
i hope one of you can help
Re: using vb to put data onto website
Wel Come to the forum :wave:
To manipulate wepages from vb, you have few methods.
1. HTML DOM
2. Microsoft HTML Object Libarary
3. Microsoft Web Browser Control
Code bank have many examples. please have a search in code bank.