<?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 How to close Excel CSV format files in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-close-Excel-CSV-format-files/m-p/89865#M40194</link>
    <description>Hi,

How to close Excel CSV format files if anyone have idea please share it. From application it is opening with csv format file but i need to close every time, i have tried

using close all instances from MSExcel vbo but did not work. Thanks in advance.

&amp;nbsp;

Thanks

Murali Mohan</description>
    <pubDate>Fri, 19 Oct 2018 10:18:00 GMT</pubDate>
    <dc:creator>Murali_MohanKon</dc:creator>
    <dc:date>2018-10-19T10:18:00Z</dc:date>
    <item>
      <title>How to close Excel CSV format files</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-close-Excel-CSV-format-files/m-p/89865#M40194</link>
      <description>Hi,

How to close Excel CSV format files if anyone have idea please share it. From application it is opening with csv format file but i need to close every time, i have tried

using close all instances from MSExcel vbo but did not work. Thanks in advance.

&amp;nbsp;

Thanks

Murali Mohan</description>
      <pubDate>Fri, 19 Oct 2018 10:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-close-Excel-CSV-format-files/m-p/89865#M40194</guid>
      <dc:creator>Murali_MohanKon</dc:creator>
      <dc:date>2018-10-19T10:18:00Z</dc:date>
    </item>
    <item>
      <title>I wound up making an…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-close-Excel-CSV-format-files/m-p/89866#M40195</link>
      <description>I wound up making an Extended Environment object to handle this for other uses. Set it to C# and add System.Diagnostics.&amp;nbsp;
Use the below in a code stage, where ""proc"" should be the process name you're trying to kill.
foreach(Process p in Process.GetProcesses())
{
&amp;nbsp;&amp;nbsp; &amp;nbsp;if (p.ProcessName.ToLower().Equals(proc.ToLower()))
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;p.Kill();
}</description>
      <pubDate>Sat, 20 Oct 2018 00:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-close-Excel-CSV-format-files/m-p/89866#M40195</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2018-10-20T00:27:00Z</dc:date>
    </item>
    <item>
      <title>Thank you amibarrett for…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-close-Excel-CSV-format-files/m-p/89867#M40196</link>
      <description>Thank you amibarrett for quick response.</description>
      <pubDate>Sat, 20 Oct 2018 18:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-close-Excel-CSV-format-files/m-p/89867#M40196</guid>
      <dc:creator>Murali_MohanKon</dc:creator>
      <dc:date>2018-10-20T18:01:00Z</dc:date>
    </item>
    <item>
      <title>To close some instance, you…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-close-Excel-CSV-format-files/m-p/89868#M40197</link>
      <description>To close some instance, you need to have it open first.&amp;nbsp;
If I got it right, you need to close excel that was opened by the app - then you need to attach to it first (by workbook name if there are more than once instance&amp;nbsp;running), then close instance will work.</description>
      <pubDate>Tue, 23 Oct 2018 00:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-close-Excel-CSV-format-files/m-p/89868#M40197</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2018-10-23T00:41:00Z</dc:date>
    </item>
  </channel>
</rss>

