B
brunosic2005
Hi, I used this code to get a file
Set objword = GetObject(, "Word.Application")
objword.Visible = True
objword.Documents.Open ("c:\teste\test.xls")
it is working, but, when I try to close
objword.Close SaveChanges:=True
simply don't work.
Set objword = GetObject(, "Word.Application")
objword.Visible = True
objword.Documents.Open ("c:\teste\test.xls")
it is working, but, when I try to close
objword.Close SaveChanges:=True
simply don't work.