<?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: Error on deleting an Excel Worksheet in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/Error-on-deleting-an-Excel-Worksheet/m-p/96766#M3202</link>
    <description>Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/29828"&gt;@HWXie&lt;/a&gt;,&lt;BR /&gt;​&lt;BR /&gt;The screenshots are pretty small for some reason, so it's difficult to see what's going on. How are you trying to delete the workbook? The Excel VBO only has actions for deleting cells and worksheets. To delete the workbook, you'd want to use the &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---file-management" target="_blank" rel="noopener"&gt;Utility - File Management&lt;/A&gt; VBO.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric</description>
    <pubDate>Mon, 28 Nov 2022 14:34:34 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2022-11-28T14:34:34Z</dc:date>
    <item>
      <title>Error on deleting an Excel Worksheet</title>
      <link>https://community.blueprism.com/t5/University-Forum/Error-on-deleting-an-Excel-Worksheet/m-p/96765#M3201</link>
      <description>I'm now working on the operation of EXCEL.&lt;BR /&gt;&lt;BR /&gt;When I tried to open the workbook, everything goes well.&lt;BR /&gt;However when I used the same file path and tried to delete the worksheet, it shows "Workbook not found:.......Work book not found in instance: 1 ".&lt;BR /&gt;&lt;BR /&gt;I confused how can I solve this error, please help me.&lt;BR /&gt;thank you so much!&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35161.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35219i26C1A78EC58B662D/image-size/large?v=v2&amp;amp;px=999" role="button" title="35161.png" alt="35161.png" /&gt;&lt;/span&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35162.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35226i102D65916580062E/image-size/large?v=v2&amp;amp;px=999" role="button" title="35162.png" alt="35162.png" /&gt;&lt;/span&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35163.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35222iCF018DD24448836C/image-size/large?v=v2&amp;amp;px=999" role="button" title="35163.png" alt="35163.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 28 Nov 2022 13:24:09 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Error-on-deleting-an-Excel-Worksheet/m-p/96765#M3201</guid>
      <dc:creator>HWXie</dc:creator>
      <dc:date>2022-11-28T13:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error on deleting an Excel Worksheet</title>
      <link>https://community.blueprism.com/t5/University-Forum/Error-on-deleting-an-Excel-Worksheet/m-p/96766#M3202</link>
      <description>Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/29828"&gt;@HWXie&lt;/a&gt;,&lt;BR /&gt;​&lt;BR /&gt;The screenshots are pretty small for some reason, so it's difficult to see what's going on. How are you trying to delete the workbook? The Excel VBO only has actions for deleting cells and worksheets. To delete the workbook, you'd want to use the &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---file-management" target="_blank" rel="noopener"&gt;Utility - File Management&lt;/A&gt; VBO.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric</description>
      <pubDate>Mon, 28 Nov 2022 14:34:34 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Error-on-deleting-an-Excel-Worksheet/m-p/96766#M3202</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-11-28T14:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error on deleting an Excel Worksheet</title>
      <link>https://community.blueprism.com/t5/University-Forum/Error-on-deleting-an-Excel-Worksheet/m-p/96767#M3203</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/29828"&gt;@HWXie&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;You have given full file path in workbook input parameter. I think first we should use open workbook action and then next delete worksheet action by passing workbook name which we will get from output parameter of open workbook action.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Soumya&lt;BR /&gt;​</description>
      <pubDate>Mon, 28 Nov 2022 16:16:17 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Error-on-deleting-an-Excel-Worksheet/m-p/96767#M3203</guid>
      <dc:creator>Soumya21</dc:creator>
      <dc:date>2022-11-28T16:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error on deleting an Excel Worksheet</title>
      <link>https://community.blueprism.com/t5/University-Forum/Error-on-deleting-an-Excel-Worksheet/m-p/96768#M3204</link>
      <description>Hi, @Soumya k&lt;BR /&gt;&lt;BR /&gt;thank you for replying me.&lt;BR /&gt;Actually, I tried to open the workbook and then delete the worksheet.&lt;BR /&gt;Workbook is opened successfully while there is the same error in deleting worksheet.&lt;BR /&gt;&lt;BR /&gt;here is how I set the flow and action.&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35160.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35224iFEFBF309AD0065B7/image-size/large?v=v2&amp;amp;px=999" role="button" title="35160.png" alt="35160.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;regards!​</description>
      <pubDate>Tue, 29 Nov 2022 06:29:52 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Error-on-deleting-an-Excel-Worksheet/m-p/96768#M3204</guid>
      <dc:creator>HWXie</dc:creator>
      <dc:date>2022-11-29T06:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error on deleting an Excel Worksheet</title>
      <link>https://community.blueprism.com/t5/University-Forum/Error-on-deleting-an-Excel-Worksheet/m-p/96769#M3205</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/29828"&gt;@HWXie&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;You have to give only workbook Name instead of giving entire file path in workbook input parameter ​&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Soumya</description>
      <pubDate>Tue, 29 Nov 2022 06:40:14 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Error-on-deleting-an-Excel-Worksheet/m-p/96769#M3205</guid>
      <dc:creator>Soumya21</dc:creator>
      <dc:date>2022-11-29T06:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error on deleting an Excel Worksheet</title>
      <link>https://community.blueprism.com/t5/University-Forum/Error-on-deleting-an-Excel-Worksheet/m-p/96770#M3206</link>
      <description>&lt;SPAN&gt;Hi, &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1594"&gt;@Soumya21&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Thank you soooo much!&lt;BR /&gt;I solved this issue!&lt;BR /&gt;&lt;BR /&gt;best regards!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt; ​​</description>
      <pubDate>Tue, 29 Nov 2022 06:47:03 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Error-on-deleting-an-Excel-Worksheet/m-p/96770#M3206</guid>
      <dc:creator>HWXie</dc:creator>
      <dc:date>2022-11-29T06:47:03Z</dc:date>
    </item>
  </channel>
</rss>

