<?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 If you copy a cell or range … in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/89211#M39635</link>
    <description>If you copy a cell or range - it should paste fine, but not simple&amp;nbsp;text.
You can only PasteSpecial ranges with Transpose:=False.
To fix this, you can change MS Excel VBO, Paste, Paste Values code stage:
This line: range.PasteSpecial(Paste:=Paste_Option, Operation:=-4142, SkipBlanks:=False, Transpose:=False)
Change like this: range.PasteSpecial(Paste:=Paste_Option, Operation:=-4142)
Both SkipBlanks and Transpose are false by default anyway, so it should not change anything working now, but it will start working in some cases it failed before.&amp;nbsp;
MSDN: &lt;A href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.office.interop.excel.range.pastespecial?view=excel-pia" target="test_blank"&gt;https://docs.microsoft.com/en-us/dotnet/api/microsoft.office.interop.excel.range.pastespecial?view=excel-pia&lt;/A&gt;.
Make a copy of this page if unsure.
&amp;nbsp;</description>
    <pubDate>Fri, 21 Sep 2018 17:37:00 GMT</pubDate>
    <dc:creator>AndreyKudinov</dc:creator>
    <dc:date>2018-09-21T17:37:00Z</dc:date>
    <item>
      <title>MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/89203#M39627</link>
      <description>I get this error trying to use Paste function with MS Excel VBO. I do a control c and have data in the clip board which I see when I use control v to copy to notepad.

Any ideas about issue.

&amp;nbsp;: Failed to paste from clipboard: PasteSpecial method of Range class failed</description>
      <pubDate>Thu, 06 Sep 2018 02:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/89203#M39627</guid>
      <dc:creator>CR</dc:creator>
      <dc:date>2018-09-06T02:11:00Z</dc:date>
    </item>
    <item>
      <title>Attach your workflow to…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/89204#M39628</link>
      <description>Attach your workflow to better investigate. But, apparently i believe&amp;nbsp;there is nothing in the clipboard to paste that throws this error.&amp;nbsp;
One way to check this is to check your clipboard if anything exists or if its empty before proceeding to paste.&amp;nbsp;
&lt;A href="https://www.codeproject.com/Questions/1089557/Check-with-Csharp-if-the-…" target="test_blank"&gt;https://www.codeproject.com/Questions/1089557/Check-with-Csharp-if-the-…&lt;/A&gt;
Thanks,
Joshi</description>
      <pubDate>Mon, 10 Sep 2018 07:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/89204#M39628</guid>
      <dc:creator>Joshi_KumarA_V</dc:creator>
      <dc:date>2018-09-10T07:18:00Z</dc:date>
    </item>
    <item>
      <title>I can pick up what is on the…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/89205#M39629</link>
      <description>I can pick up what is on the clip board by doing a control v in notepad and see information there. For some reason my open workbook does not open up excel and am wondering if that is the issue. I don't see excel launched on my desktop with the open workbook function.
Using surface automation to read through a table and copy to the clipboard and paste into excel.
Thanks</description>
      <pubDate>Mon, 10 Sep 2018 23:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/89205#M39629</guid>
      <dc:creator>CR</dc:creator>
      <dc:date>2018-09-10T23:48:00Z</dc:date>
    </item>
    <item>
      <title>Open workbook does not show…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/89206#M39630</link>
      <description>Open workbook does not show by default, we have had some issues where data does not get pasted into excel without using the 'Show"" function in the Excel VBO. this fixed our issue so give that a try
&amp;nbsp;
Hope this helps
Cheers</description>
      <pubDate>Tue, 11 Sep 2018 15:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/89206#M39630</guid>
      <dc:creator>ConnorTickhill</dc:creator>
      <dc:date>2018-09-11T15:20:00Z</dc:date>
    </item>
    <item>
      <title>I am having a similar issue…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/89207#M39631</link>
      <description>I am having a similar issue. I am using global send keys to copy something from a screen and then want to use the paste function into excel. It looks like I am not appropriately copying to the clipboard but when I paste normally (outside of BP) it works fine. Do you have any other suggestions?</description>
      <pubDate>Wed, 19 Sep 2018 03:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/89207#M39631</guid>
      <dc:creator>Anna_BlytheHewi</dc:creator>
      <dc:date>2018-09-19T03:24:00Z</dc:date>
    </item>
    <item>
      <title>Update: In excel when I open…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/89208#M39632</link>
      <description>Update: In excel when I open the clipboard it shows that my data is there but I still get the error ""&amp;nbsp;Failed to paste from clipboard: PasteSpecial method of Range class failed"". Is there something that can work around this issue?</description>
      <pubDate>Wed, 19 Sep 2018 04:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/89208#M39632</guid>
      <dc:creator>Anna_BlytheHewi</dc:creator>
      <dc:date>2018-09-19T04:31:00Z</dc:date>
    </item>
    <item>
      <title>What Paste action does is:…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/89209#M39633</link>
      <description>What Paste action&amp;nbsp;does is: to the current selection, paste special range with skip blanks off and transpose off, either just values&amp;nbsp;or all.
Problem seems to be is that what you have in clipboard is not a ""range""&amp;nbsp;and then when&amp;nbsp;you try to do paste special in excel, you'll see a different options.
If it is just a text, you can probably just write it to a cell.
&amp;nbsp;</description>
      <pubDate>Thu, 20 Sep 2018 04:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/89209#M39633</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2018-09-20T04:57:00Z</dc:date>
    </item>
    <item>
      <title>I tried using the Paste…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/89210#M39634</link>
      <description>I tried using the Paste action after setting one word&amp;nbsp;only in cipboard&amp;nbsp;but still it failed with error:
&amp;nbsp;: Failed to paste from clipboard: PasteSpecial method of Range class failed</description>
      <pubDate>Thu, 20 Sep 2018 10:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/89210#M39634</guid>
      <dc:creator>Neel1</dc:creator>
      <dc:date>2018-09-20T10:45:00Z</dc:date>
    </item>
    <item>
      <title>If you copy a cell or range …</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/89211#M39635</link>
      <description>If you copy a cell or range - it should paste fine, but not simple&amp;nbsp;text.
You can only PasteSpecial ranges with Transpose:=False.
To fix this, you can change MS Excel VBO, Paste, Paste Values code stage:
This line: range.PasteSpecial(Paste:=Paste_Option, Operation:=-4142, SkipBlanks:=False, Transpose:=False)
Change like this: range.PasteSpecial(Paste:=Paste_Option, Operation:=-4142)
Both SkipBlanks and Transpose are false by default anyway, so it should not change anything working now, but it will start working in some cases it failed before.&amp;nbsp;
MSDN: &lt;A href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.office.interop.excel.range.pastespecial?view=excel-pia" target="test_blank"&gt;https://docs.microsoft.com/en-us/dotnet/api/microsoft.office.interop.excel.range.pastespecial?view=excel-pia&lt;/A&gt;.
Make a copy of this page if unsure.
&amp;nbsp;</description>
      <pubDate>Fri, 21 Sep 2018 17:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/89211#M39635</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2018-09-21T17:37:00Z</dc:date>
    </item>
  </channel>
</rss>

