Hi all,
I've inserted a doc.word in Excel
In this doc, I have inserted some textbox.
I'm trying to fill the textbox (in the word.doc) from a macro written in Excel but i don't know how to tell excel that the textbox is not on the sheet1 but in the word document that lays on the sheet1...
When I look at the properties of the textbox, it says "Thisdocument" but the code
Thisdocument.textbox1.text = "Hello"
doesn't work...
Can anyone help ?
Bookmarks