<?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: MS Excel VBO in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/61209#M14546</link>
    <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="d31eba85-8095-44b7-a99c-12712badfaee" data-tag-text="@Mark Haynes" href="https://community.blueprism.com/network/profile?UserKey=d31eba85-8095-44b7-a99c-12712badfaee" data-itemmentionkey="3739f4d5-5f1a-41aa-8d71-23a3dda14e49"&gt;@Mark Haynes&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;As &lt;A class="user-content-mention" data-sign="@" data-contactkey="e42d12b2-a3f6-4f36-a821-9db8ee48b837" data-tag-text="@Nicholas Zejdlik" href="https://community.blueprism.com/network/profile?UserKey=e42d12b2-a3f6-4f36-a821-9db8ee48b837" data-itemmentionkey="fc7ee15d-b66e-4fa6-a088-920d856f0b55"&gt;@Nicholas Zejdlik&lt;/A&gt; pointed out, you would need to update whichever action you're using to save the Workbook to include the Local:=True option too. As an example, if you're using the &lt;STRONG&gt;Save Workbook As&lt;/STRONG&gt; action, you change the VB in the Code stage from &lt;EM&gt;&lt;STRONG&gt;wb.SaveAs(filename)&lt;/STRONG&gt;&lt;/EM&gt; to something like &lt;EM&gt;&lt;STRONG&gt;wb.SaveAs(FileName:=filename, Local:=True)&lt;/STRONG&gt;&lt;/EM&gt;.&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>Wed, 10 Nov 2021 15:17:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2021-11-10T15:17:00Z</dc:date>
    <item>
      <title>MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/61206#M14543</link>
      <description>Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm using the standard MS Excel VBO, opening a workbook, checking some details and adding data to a row and then saving into another location, the spreadsheet contains some dates, which open in UK format, (Added Local:=True to Open Workbook code) but when the workbook is saved to the new location it is saving the dates in the an American format, which causes problems later in the process, is there a way of setting it to save the dates in Local format?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mark Haynes&lt;BR /&gt;Automation Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Mar 2020 09:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/61206#M14543</guid>
      <dc:creator>mark.haynes</dc:creator>
      <dc:date>2020-03-12T09:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/61207#M14544</link>
      <description>There is a similar Local parameter when saving the workbook, setting that to true might help.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicholas Zejdlik&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Mar 2020 14:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/61207#M14544</guid>
      <dc:creator>NicholasZejdlik</dc:creator>
      <dc:date>2020-03-13T14:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/61208#M14545</link>
      <description>Can you please share the Code that you have been using. Especially where in the Excel VBO you added these Local=True Parameter&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marco Matuttis&lt;BR /&gt;Robot Process Automation Developer&lt;BR /&gt;INTER Krankenversicherung AG&lt;BR /&gt;Mannheim&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2021 09:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/61208#M14545</guid>
      <dc:creator>MarcoMatuttis1</dc:creator>
      <dc:date>2021-11-10T09:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/61209#M14546</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="d31eba85-8095-44b7-a99c-12712badfaee" data-tag-text="@Mark Haynes" href="https://community.blueprism.com/network/profile?UserKey=d31eba85-8095-44b7-a99c-12712badfaee" data-itemmentionkey="3739f4d5-5f1a-41aa-8d71-23a3dda14e49"&gt;@Mark Haynes&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;As &lt;A class="user-content-mention" data-sign="@" data-contactkey="e42d12b2-a3f6-4f36-a821-9db8ee48b837" data-tag-text="@Nicholas Zejdlik" href="https://community.blueprism.com/network/profile?UserKey=e42d12b2-a3f6-4f36-a821-9db8ee48b837" data-itemmentionkey="fc7ee15d-b66e-4fa6-a088-920d856f0b55"&gt;@Nicholas Zejdlik&lt;/A&gt; pointed out, you would need to update whichever action you're using to save the Workbook to include the Local:=True option too. As an example, if you're using the &lt;STRONG&gt;Save Workbook As&lt;/STRONG&gt; action, you change the VB in the Code stage from &lt;EM&gt;&lt;STRONG&gt;wb.SaveAs(filename)&lt;/STRONG&gt;&lt;/EM&gt; to something like &lt;EM&gt;&lt;STRONG&gt;wb.SaveAs(FileName:=filename, Local:=True)&lt;/STRONG&gt;&lt;/EM&gt;.&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>Wed, 10 Nov 2021 15:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/61209#M14546</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-11-10T15:17:00Z</dc:date>
    </item>
  </channel>
</rss>

