I would need to write a VBA macro that automatically saves a range of cells in Excel as an image file (snapshot). Is there any easy way to do this? As my use case requires doing this many times in many sheets, the manual procedure is not suitable and I need a macro instead.
What is commented in Excel Macro - Take a snapshot of Particular Range seems pretty close to what I need, but I need to save the resulting image in a .png or .docx file rathern than pasting it in an Excel sheet.
Any idea would be great.