B
Bob
What VBA code opens a document based on a template?
Documents.Open ("F:\BHF\Whatever.dot")
Of course just opens the template.
Templates("F:\BHF\Whatever.dot").OpenAsDocument
Creates an error.
Thanks for any help,
Bob
Documents.Open ("F:\BHF\Whatever.dot")
Of course just opens the template.
Templates("F:\BHF\Whatever.dot").OpenAsDocument
Creates an error.
Thanks for any help,
Bob