I’m currently facing an automation problem where I need to have an image in a word document, which I am doing with with the Word Application Scope.
The issue I’m facing is that when I insert it, it’s a tiny little image just placed in the top (or wherever I select) of the the document and ideally I need it to cover the entire document as if it’s ‘maximised’.
Is there any way I can do this? Preferably I’d rather the bot didn’t have to manually open the document and do something with it, but if that’s the only option then I suppose its worth hearing.
Yes, you can create a VBA macro for this, but it requires the Word document to be saved in the .docm format to support macros. Alternatively, you can create the macro in Excel, which dynamically launches Word and performs the required actions.
(You can ask for ChatGPT to create in above manner)