<?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 RE: Excel_VBO in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93495#M3004</link>
    <description>谢谢您的帮助，非常感谢！&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zejun Sun&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 26 Aug 2022 05:47:00 GMT</pubDate>
    <dc:creator>ZejunSun</dc:creator>
    <dc:date>2022-08-26T05:47:00Z</dc:date>
    <item>
      <title>Excel_VBO</title>
      <link>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93489#M2998</link>
      <description>BP可以实现合并单元格的操作吗，如果可以的话 应该怎么实现，大佬们有具体的方法吗？谢谢大家！&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zejun Sun&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Aug 2022 03:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93489#M2998</guid>
      <dc:creator>ZejunSun</dc:creator>
      <dc:date>2022-08-25T03:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel_VBO</title>
      <link>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93490#M2999</link>
      <description>Yes you can do. you can use Code code for that option.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;May be you can try this.&lt;BR /&gt;
&lt;OL class="linenums"&gt;
&lt;LI class="L6"&gt;&lt;SPAN class="pln"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="com"&gt;//Merge the Cells&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class="L7"&gt;&lt;SPAN class="pln"&gt;&amp;nbsp; worksheet&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Range&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;[&lt;/SPAN&gt;&lt;SPAN class="str"&gt;"C6:H6"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;].&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Merge&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;()&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;loganathan s&lt;BR /&gt;Project Lead Developer&lt;BR /&gt;HCL Technology&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Aug 2022 11:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93490#M2999</guid>
      <dc:creator>loganathan.s</dc:creator>
      <dc:date>2022-08-25T11:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel_VBO</title>
      <link>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93491#M3000</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You will have to create a new action in the excel vbo and add the following code:&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;Dim ws As Object&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;ws = GetWorksheet(Handle, Workbook, Worksheet)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;ws.Activate()&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;ws.Range(Range).Merge&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;The input parameters are Handle, Workbook, Worksheet and Range.&lt;BR /&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;NTTData&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Aug 2022 14:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93491#M3000</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2022-08-25T14:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel_VBO</title>
      <link>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93492#M3001</link>
      <description>Since &lt;A class="user-content-mention" data-sign="@" data-contactkey="ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-tag-text="@Michael ONeil" href="https://community.blueprism.com/network/profile?UserKey=ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-itemmentionkey="ea4b459e-ffee-4892-a41a-37fac25ed3b0"&gt;@Michael ONeil&lt;/A&gt; went to the trouble of documenting a complete solution we went ahead and added it to the latest release of the VBO (v6.10.9). This is now available on the DX.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;WARNING:&lt;/STRONG&gt; Merging cells call result in the loss of data. Excel only keeps data from the upper-left cell. Any other data in the cell range is discarded. Keep this in mind before you use this action. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Aug 2022 19:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93492#M3001</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-08-25T19:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel_VBO</title>
      <link>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93493#M3002</link>
      <description>&lt;span class="lia-inline-image-display-wrapper" image-alt="33973.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/34043i38E8D050D70BE5FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="33973.png" alt="33973.png" /&gt;&lt;/span&gt;
&lt;DIV&gt;您好，非常感谢您的帮助，这个方法确实可以实现合并单元格，但是Excel会弹出这个窗口会导致流程终止，可以麻烦您，这个怎么处理吗，非常感谢，谢谢！&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zejun Sun&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2022 02:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93493#M3002</guid>
      <dc:creator>ZejunSun</dc:creator>
      <dc:date>2022-08-26T02:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel_VBO</title>
      <link>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93494#M3003</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/17616"&gt;@ZejunSun&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Are you using the method specifically as &lt;A class="user-content-mention" data-sign="@" data-contactkey="ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-tag-text="@Michael ONeil" href="https://community.blueprism.com/network/profile?UserKey=ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-itemmentionkey="3320b1ec-75a4-4125-bfb0-b11d85d17a52"&gt;@Michael ONeil&lt;/A&gt; &amp;nbsp;described it above, or are you using the updated VBO from the DX? In the VBO, we added the following additional line before the merge:&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;Application.DisplayAlerts = False&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2022 02:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93494#M3003</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-08-26T02:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel_VBO</title>
      <link>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93495#M3004</link>
      <description>谢谢您的帮助，非常感谢！&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zejun Sun&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2022 05:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93495#M3004</guid>
      <dc:creator>ZejunSun</dc:creator>
      <dc:date>2022-08-26T05:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel_VBO</title>
      <link>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93496#M3005</link>
      <description>&lt;SPAN style="vertical-align: inherit;"&gt;&lt;SPAN style="vertical-align: inherit;"&gt;我使用了&lt;/SPAN&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-tag-text="@Michael ONeil" href="https://community.blueprism.com/network/profile?UserKey=ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-itemmentionkey="3320b1ec-75a4-4125-bfb0-b11d85d17a52"&gt;@Michael ONeil&lt;/A&gt;&lt;SPAN style="vertical-align: inherit;"&gt;的方法，&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: rgba(0, 0, 0, 0.02);"&gt; 没有使用DX&lt;/SPAN&gt;&lt;SPAN style="vertical-align: inherit;"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zejun Sun&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2022 05:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93496#M3005</guid>
      <dc:creator>ZejunSun</dc:creator>
      <dc:date>2022-08-26T05:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel_VBO</title>
      <link>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93497#M3006</link>
      <description>DX是需要我重新安装BP吗，我刚尝试了好像还是没有找到关于合并单元格的action&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zejun Sun&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2022 06:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93497#M3006</guid>
      <dc:creator>ZejunSun</dc:creator>
      <dc:date>2022-08-26T06:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel_VBO</title>
      <link>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93498#M3007</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/17616"&gt;@ZejunSun&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Go to the following link, sign into the DX, and then download the latest MS Excel VBO bprelease file. Once you've downloaded that, you'll need to import it into your Blue Prism instance.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/ms-excel-vbo" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/ms-excel-vbo&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You do NOT have to reinstall Blue Prism.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2022 11:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Excel-VBO/m-p/93498#M3007</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-08-26T11:43:00Z</dc:date>
    </item>
  </channel>
</rss>

