I want to start Word and send information (charts and text) to it.
When I try:
Sub StartWord()
Dim MyWord As Application
Set MyWord = GetObject(, "Word Application")
MyWord.Visible = True
MyWord.Application.newdocument.Add Filename:="C:CoreTemp.doc", Action:=msoCreateNewFile
End Sub
I get the error:
License information for this component not found. You do not have as appropriate license to use this functionality in the design environment.
Is it something I have failed to do or does MS not allow this with the Office 2007 Home & Student edition?
Has anyone tried to use another MS Office product from within Excel?
Bookmarks