<?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 Popup Issue in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Excel-Popup-Issue/m-p/118573#M4117</link>
    <description>&lt;P&gt;No worries.&amp;nbsp; Here you go...&lt;/P&gt;&lt;P&gt;&lt;A href="https://digitalexchange.blueprism.com/cardDetails?id=115181" target="_blank"&gt;https://digitalexchange.blueprism.com/cardDetails?id=115181&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Take care,&lt;/P&gt;&lt;P&gt;Red&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2025 16:29:20 GMT</pubDate>
    <dc:creator>stepher</dc:creator>
    <dc:date>2025-01-30T16:29:20Z</dc:date>
    <item>
      <title>Excel Popup Issue</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Excel-Popup-Issue/m-p/118524#M4105</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;We are getting the following popup when opening Excel. Does anyone have suggestions on how to handle this?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="babaiah_0-1738080583456.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/40284iFE6C98026301713B/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="babaiah_0-1738080583456.png" alt="babaiah_0-1738080583456.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 16:09:58 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Excel-Popup-Issue/m-p/118524#M4105</guid>
      <dc:creator>babaiah</dc:creator>
      <dc:date>2025-01-28T16:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Popup Issue</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Excel-Popup-Issue/m-p/118531#M4109</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/39747"&gt;@babaiah&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Based on the exception&amp;nbsp; you have provided, it looks like the excel file you opened has references present in the file and it might be&amp;nbsp; updated or deleted.&amp;nbsp; if that is the case you need to correct the references to resolve the issue.&lt;BR /&gt;&lt;BR /&gt;Refernece should be either reference from other excel sheet or data source.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 04:01:13 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Excel-Popup-Issue/m-p/118531#M4109</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2025-01-29T04:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Popup Issue</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Excel-Popup-Issue/m-p/118537#M4110</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/39747"&gt;@babaiah&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/490"&gt;@harish.mogulluri&lt;/a&gt;&amp;nbsp;mentioned it looks like the file you are opening has links to other files and the files they are linking to are missing. You can try turning off auto updates for the links after creating and instance and before you open the file. This should prevent the file trying to update the links when it opens and resolve the issue with the pop up. You would need a new code stage for that though, i've place the code below if you need it. Inputs are Handle, Workbook and&amp;nbsp;Auto Updates the last one should be a flag data item.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;Dim wb As Object&lt;/DIV&gt;&lt;DIV&gt;Try&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;wb = GetWorkbook(Handle, Workbook)&lt;/DIV&gt;&lt;DIV&gt;wb.Activate()&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;wb.UpdateRemoteReferences = Auto_Updates&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Success = True&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Catch e As Exception&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Success = False&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Message = e.Message&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;Finally&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;wb = Nothing&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;End Try&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 Jan 2025 12:12:31 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Excel-Popup-Issue/m-p/118537#M4110</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2025-01-29T12:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Popup Issue</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Excel-Popup-Issue/m-p/118569#M4113</link>
      <description>&lt;P&gt;Just a note.&amp;nbsp; I noticed that in later versions of the MS Excel VBO, the "Open Workbook" action now has a flag for updating links.&amp;nbsp; I don't know if this is actually helpful or not.&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Red&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 15:59:30 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Excel-Popup-Issue/m-p/118569#M4113</guid>
      <dc:creator>stepher</dc:creator>
      <dc:date>2025-01-30T15:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Popup Issue</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Excel-Popup-Issue/m-p/118571#M4115</link>
      <description>&lt;P&gt;Thank you for your reply, Stepher.&lt;/P&gt;&lt;P&gt;Could you please share the link to the latest version of MS Excel VBO?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 16:16:08 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Excel-Popup-Issue/m-p/118571#M4115</guid>
      <dc:creator>babaiah</dc:creator>
      <dc:date>2025-01-30T16:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Popup Issue</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Excel-Popup-Issue/m-p/118573#M4117</link>
      <description>&lt;P&gt;No worries.&amp;nbsp; Here you go...&lt;/P&gt;&lt;P&gt;&lt;A href="https://digitalexchange.blueprism.com/cardDetails?id=115181" target="_blank"&gt;https://digitalexchange.blueprism.com/cardDetails?id=115181&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Take care,&lt;/P&gt;&lt;P&gt;Red&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 16:29:20 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Excel-Popup-Issue/m-p/118573#M4117</guid>
      <dc:creator>stepher</dc:creator>
      <dc:date>2025-01-30T16:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Popup Issue</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Excel-Popup-Issue/m-p/118593#M4123</link>
      <description>&lt;P&gt;Thank you all for your replies.&lt;/P&gt;&lt;P&gt;We have created a macro to handle the Excel pop-ups, and now we are not facing any issues.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 11:24:34 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Excel-Popup-Issue/m-p/118593#M4123</guid>
      <dc:creator>babaiah</dc:creator>
      <dc:date>2025-01-31T11:24:34Z</dc:date>
    </item>
  </channel>
</rss>

