Is there a way to close a word document from ither :
A vb appliction or vba code with in the word document itself?
thanks.
Dan.
Printable View
Is there a way to close a word document from ither :
A vb appliction or vba code with in the word document itself?
thanks.
Dan.
'assumin oWord is your word object
Application.Quit
Close oWord
Set oWord = Nothing