Write in word OLE object

J

Jolene

Hi

I created a new word doc in Excel by the following code:

"ActiveSheet.OLEObjects.Add ClassType:="Word.Document", _
Width:=437, Top:=177, Left:=241"

Now I want to put some text in that word doc (the user gives input into a
text box and it gets rewritten to the word doc). Does someone know how to do
that?

Thanks, it would be really great if you could help!
 
Top