We have an Excel spreadsheet that is currently generating a report using a Word template stored on the company's local network. This is great for internal users, but not for those who are not connected to the local network, for example. laptop users.
Management does not want to distribute the template as a separate file for external users, but prefers to insert it into a spreadsheet on a hidden sheet. Then it was proposed that when generating the report, the built-in template would then be saved in the user pace path and a report would be generated from it.
My question is: how can I save the built-in Word template to disk using VBA. It would seem to be a simple task, but I did not find a solution anywhere on Google. Any help would be appreciated.
source
share