<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Image to Clipboard :- Code in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Help-needed-Pasting-image-from-clipboard-to-excel/m-p/61715#M14971</link>
    <description>Image to Clipboard :- Code Stage
Input - &amp;gt; ValueImage
My.Computer.Clipboard.Clear()
My.Computer.Clipboard.SetImage(ValueImage)</description>
    <pubDate>Wed, 19 Jul 2017 17:22:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-19T17:22:00Z</dc:date>
    <item>
      <title>Help needed: Pasting image from clipboard to excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Help-needed-Pasting-image-from-clipboard-to-excel/m-p/61713#M14969</link>
      <description>Hi, 

I am currently taking numerous screenshots and pasting onto a single document. I am trying to paste these images then onto a worksheet within my excel spreadsheet. I am running into issues trying to paste these images in. A paste special error message keeps popping up. Please let me know if I am missing anything. Thank you for the help!

I am currently using the following objects: 
Microsoft Word VBO: 
-Select All
-Copy to ciipboard
Microsoft Excel VBO
-Paste</description>
      <pubDate>Thu, 08 Jun 2017 22:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Help-needed-Pasting-image-from-clipboard-to-excel/m-p/61713#M14969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-08T22:12:00Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Help-needed-Pasting-image-from-clipboard-to-excel/m-p/61714#M14970</link>
      <description>Hi,
Follow below steps to Paste Clipboard to Excel worksheet.
Added new page in MS Excel VBO As ""Paste from Clipboard"" 
Step 1:- Add two Data Items
Handle (number)
Document_Name (string)
Step 2:- Right Click Start Stage -&amp;gt; properties -&amp;gt;
Add Inputs:-
1. Handle
2. Document_Name
•	Store in  use above Data Items (Handle, Document_Name)
Step 3:- Add Code Stage.
Step 4:- Right Click Code Stage -&amp;gt; properties-&amp;gt;
Add Inputs:-
1. Handle
2. Document_ Name
•	Values  use above Data Items (Handle, Document_Name)
Step 5:- Go to Code tab
Paste following code 
Dim range As Object
Dim d As Object = GetWorkbook (Handle, Document_Name)
Dim w As Object = d.Application
range = w.Selection
range.PasteSpecial
d = Nothing
w = Nothing
Step 6:- Close Code stage.
Step 7:- Link the stages, save and publish than u can use it.
* Please find the attachments screen shots
Regards,
AE.</description>
      <pubDate>Fri, 09 Jun 2017 17:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Help-needed-Pasting-image-from-clipboard-to-excel/m-p/61714#M14970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-09T17:25:00Z</dc:date>
    </item>
    <item>
      <title>Image to Clipboard :- Code</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Help-needed-Pasting-image-from-clipboard-to-excel/m-p/61715#M14971</link>
      <description>Image to Clipboard :- Code Stage
Input - &amp;gt; ValueImage
My.Computer.Clipboard.Clear()
My.Computer.Clipboard.SetImage(ValueImage)</description>
      <pubDate>Wed, 19 Jul 2017 17:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Help-needed-Pasting-image-from-clipboard-to-excel/m-p/61715#M14971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-19T17:22:00Z</dc:date>
    </item>
  </channel>
</rss>

