<?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 Hi Kenneth, in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Include-Add-ins-on-Opening-an-Excel/m-p/64043#M16874</link>
    <description>Hi Kenneth,
You can create a new open action on the Excel VBO and use the below code. Hopefully this will help.
Dim wb as Object = GetInstance(handle)
wb.DisplayAlerts = False
wb.Workbooks.Open(filename)
wb.DisplayAlerts = True
Make sure you have this as a backup, as when you upgrade your BP, these will be replaced with accompanying VBOs
Regards,
Hari</description>
    <pubDate>Fri, 18 Aug 2017 23:30:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-18T23:30:00Z</dc:date>
    <item>
      <title>Include Add-ins on Opening an Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Include-Add-ins-on-Opening-an-Excel/m-p/64042#M16873</link>
      <description>I'm using MS Excel VBO, by creating an instance, showing and opening my workbook.

Whenever i open my workbook, my add-ins on excel are not included.
Any idea how to include my add-ins on opening the excel while using the MS Excel VBO?</description>
      <pubDate>Thu, 10 Aug 2017 13:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Include-Add-ins-on-Opening-an-Excel/m-p/64042#M16873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-10T13:12:00Z</dc:date>
    </item>
    <item>
      <title>Hi Kenneth,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Include-Add-ins-on-Opening-an-Excel/m-p/64043#M16874</link>
      <description>Hi Kenneth,
You can create a new open action on the Excel VBO and use the below code. Hopefully this will help.
Dim wb as Object = GetInstance(handle)
wb.DisplayAlerts = False
wb.Workbooks.Open(filename)
wb.DisplayAlerts = True
Make sure you have this as a backup, as when you upgrade your BP, these will be replaced with accompanying VBOs
Regards,
Hari</description>
      <pubDate>Fri, 18 Aug 2017 23:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Include-Add-ins-on-Opening-an-Excel/m-p/64043#M16874</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-18T23:30:00Z</dc:date>
    </item>
  </channel>
</rss>

