Fill div tag with text using VBA -


i have webpage need fill text data in div tags using vba. know how fill data in input tags. have tried using .value="data" , .innertext="data". not able achieve results. below source code it.

<div tabindex="0" class="richtexteditorwidget" role="textbox" aria-describedby="cke_79" contenteditable="true" spellcheck="true" aria-label="rich text editor, editor5" dojoattachpoint="_editorattachpoint"> </div> 

thanks

.innertext="value"

this working


Comments