J
Jeff
I wrote this code in Excel VBA. I am attempting to do a merge with a
Word Document. I cannot get an "Test Text" to write in word
NameAndPath = "C:\Users\Admin\Desktop\test.doc"
Set wordapp = CreateObject("Word.Application")
wordapp.Documents.Open (fNameAndPath)
wordapp.Visible = True
TypeText Text:="Test Text"
Word Document. I cannot get an "Test Text" to write in word
NameAndPath = "C:\Users\Admin\Desktop\test.doc"
Set wordapp = CreateObject("Word.Application")
wordapp.Documents.Open (fNameAndPath)
wordapp.Visible = True
TypeText Text:="Test Text"