i need to copy the tables or charts available in worksheets of a workbook as images and then i need to place those images into power point(an automation process)
how to copy tables or charts in workbook as images into power point
Collapse
X
-
Hello Ram,
Welcome to Bytes. I couldn't help but notice that all three of your posts are regarding an Excel project and that all three of your posts are in the form of "I need this ...."
Here at Bytes the volunteers don't write your code for you. You need to at least make an effort on your own first. The MSDN has an entire section just on the Office namespace, which includes a section for Excel
You will learn a lot more by first reading the documentation, and working with the sample code already provided by Microsoft. Then when you run into some issues with your code we can help you with the specifics.Comment
Comment