Powerpoint editing how to copy one shape from one slide to another
I'm a newbie in c# programming and I'm just confounded by the entire ms office library. I want to copy a textbox from one slide 3 and paste it in slide 2. I followed instruction from a page I found: How can I copy shapes from one slide to another slide in c#? presentation.Slides[3 + 1].Shapes[2 + 1].Copy(); presentaiton.Slides.Paste(2 + 1); But error message emerges and says: cannot paste because the clipboard is empty or contains things incompatible with the slide. I don't see the clipboard is empty. In fact I can paste it on the word and see what it was - One time it was a blank picture and