I have a word document with an excel worksheet embedded in it via the INSERT -> OBJECT -> EXCEL WORKSHEET commands. How do I select and write data to this excel object that is inside a word document?
I have used XLApp.<blah> and WordApp.<blah> commands but how do I get at the Excel app inside a Word app?
And while I am asking, I use XLSheet.Cells(r,c).Value = "blah" to write data to excel. How do you write text to Word documents?
Thanks,
Chad
I have used XLApp.<blah> and WordApp.<blah> commands but how do I get at the Excel app inside a Word app?
And while I am asking, I use XLSheet.Cells(r,c).Value = "blah" to write data to excel. How do you write text to Word documents?
Thanks,
Chad