having a very hard time with Excel addpicture
Summary A developer encountered a Run-time error ‘450’ while attempting to insert an image into an Excel worksheet using Shapes.AddPicture. The root cause was a mismatch between the code syntax and the object model for Excel 2019, specifically regarding the property names passed to the method and the handling of the Left and Top parameters. … Read more