T
Tonya Marshall
At work I have a document in the Work menu called Frequent use.doc. There
are macro buttons to open a new document from one of the templates that we
use frequently:
Sub FaxCover()
Documents.Add "C:\<path to template>"
End Sub
Is there a way to close Frequent use.doc from the macro after a macro button
is clicked?
are macro buttons to open a new document from one of the templates that we
use frequently:
Sub FaxCover()
Documents.Add "C:\<path to template>"
End Sub
Is there a way to close Frequent use.doc from the macro after a macro button
is clicked?