PDA

View Full Version : Manipulating html textarea through VB


insamniac
02-09-2006, 02:07 AM
I'm setting up a sort of GUI for processing data in a web page at work.

I'm limited to using the VB editor in MS word, and want to make buttons that will manipulate text in textareas on the page that's loaded in my WebBrowser on a UserForm.


First I use a macro to organize and cut some text from a document.

Then I want a button that will paste the text into a textarea...

Is this possible? Thanks in advance...

just a note, my experience in coding includes html, javascript, and VB...