Hi All,
I am using vba to navigate internet explorer 8 (IE) to a webpage then find a HTML "textarea" then read and replace the value in this text area with a variable from my macro.
So far I have the following that works (see below) - The problem is that I cannot replace the "textarea" value. I can select the text area and read the value but not write to it.
I can get round the above using sendkeys but I am having all sorts of issues with this method - It jumbles and adds letters to my predefined Variable - Sometimes it works, most times it doesn't e.g.![]()
Please Login or Register to view this content.
Var1 = "LTest"
the Sendkeys version (or one of them) => "LLLTesst"
Anyone provide any input in how to write a value to the text area??
I have tried so far with no luck - The following dont do anything...
Thanks in advance...![]()
Please Login or Register to view this content.
Bookmarks