Question
Pega Excel Paste
Hello, I have a question. Is there a way to set the Range in excel so i can paste a screen shot from the GetSchreeShot method? When i try to use the Paste method, I can only feed it the used range cells, and it it pasting things in cells that i have text in. I need it to paste in empty cells. Also, i'm not sure if the Paste method is working correctly as it seems to be pasting the path of when i previously saved the screen shot in an earlier test.
***Updated by moderator: Lochan to update platform capability***
The Office connector doesn't work the exact same way the regular adapter does. You may need to use an adapter to perform this, and you might have to use the Image .net component. Lastly, I'm seeing in that image that you used the link property, which would explain why you're getting the file location and not the file itself.