Appearance. Image appears on the chart sheet or within the chart itself. Format. The style and dimensions of the image. Size. Size of the image, in pixels. Chart is not visible by the user See example below in C# — Excel 2023 VBA I have tried the following solutions and found one of them works for me: Solution. Copy chart(Form, [Height, Width]) This works, but the result is too big. Solution. Copy_Picture(Form, [Height, Width]) If you have a copy image on your Excel worksheet, this will do the job. I have not tried the methods above, let me know if it can be done without them. Excel 2023 — copy from cell to clipboard but only works in the current worksheet This is probably due to a lack of support for Visual Basic programming. It does work at least in 2023 VBA and 2007. I've looked, but it is as if VBA was not able to open a cell, paste it to clipboard, etc. Also, you know how you can do that — just type a COUNT IF function in C, select cells A1:D10 & A, copy in Excel and paste into VBA (click on paste icon) If anyone has more useful information on this or has a way around this that works for me, please let me know. Excel 2023 — copy from cell to clipboard but only works in the current worksheet This is probably due to a lack of support for Visual Basic programming. It does work at least in 2023 VBA and Excel 2013. I've looked, but it is as if VBA was not able to open a cell, paste it to clipboard, etc. Also, you know how you can do that — just type a COUNT IF function in C, select cells A1:D14 & A, copy in Excel and paste into VBA (click on paste icon) If anyone has more useful information on this or has a way around this that works for me, please let me know. Excel 2023 — copy from cell to clipboard but only works in the current worksheet This is probably due to a lack of support for Visual Basic programming. Excel will only open/save your data to the same cell on the current worksheet.