<?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: Vlookup Involving two Excels in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Vlookup-Involving-two-Excels/m-p/55190#M9576</link>
    <description>hello &lt;A class="user-content-mention" data-sign="@" data-contactkey="ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-tag-text="@Michael ONeil" href="https://community.blueprism.com/network/profile?UserKey=ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-itemmentionkey="1d353237-5769-44aa-8326-faa124793b04"&gt;@Michael ONeil&lt;/A&gt; &lt;BR /&gt;Attaching the process flow iam using for Vlookup.&lt;BR /&gt;create instance&amp;gt;open workbook&amp;gt;show&amp;gt;activate the sheet&amp;gt;setting the vlookup formula at the cell...&lt;BR /&gt;So at which point I should be adding this action you shared?​ Will it be affecting the Countries Excel in which I need to write the vlookup?&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30253.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30381i41368C2C523C06A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="30253.png" alt="30253.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Regards,&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rahul Ramesh&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 20 May 2021 13:23:00 GMT</pubDate>
    <dc:creator>RahulRamesh</dc:creator>
    <dc:date>2021-05-20T13:23:00Z</dc:date>
    <item>
      <title>Vlookup Involving two Excels</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Vlookup-Involving-two-Excels/m-p/55188#M9574</link>
      <description>Hi,&lt;BR /&gt;Iam having two Excels Countries.xlsx and Capitals.xlsx&lt;BR /&gt;I wanted to apply Vlookup formula in countries excel inorder to get capitals in a new column.&lt;BR /&gt;Formula applied : " =VLOOKUP(Table1[@Country],[capitals.xlsx]Sheet1!$A$1:$B$201,2,0) "&lt;BR /&gt;&lt;BR /&gt;When run logic in&amp;nbsp; Blueprism Iam getting a file selection page( Attached as image) to select the excel required for the Vlookup.
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30260.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30391iB1E93F5F7D89D907/image-size/large?v=v2&amp;amp;px=999" role="button" title="30260.png" alt="30260.png" /&gt;&lt;/span&gt;&lt;BR /&gt;When navigated and selected the excel manually the Bot is continuing to apply the formula and getting ended.&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;Please let me know is there any other way of doing this process!&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance..&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rahul Ramesh&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 20 May 2021 08:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Vlookup-Involving-two-Excels/m-p/55188#M9574</guid>
      <dc:creator>RahulRamesh</dc:creator>
      <dc:date>2021-05-20T08:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: Vlookup Involving two Excels</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Vlookup-Involving-two-Excels/m-p/55189#M9575</link>
      <description>Hi Rahul&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is due to excel trying to auto update links when you apply a new link to an external file. Before inserting your new link turn off auto links function, this will require a new vb action in your excel vbo. Below is the code you need to add in, Auto_Updates, Handle and Workbook will be your input parameters and success and message output. You might also need to turn off auto calculate as well but try this first.&lt;BR /&gt;&lt;BR /&gt;Dim wb As Object&lt;BR /&gt;Try &lt;BR /&gt;&lt;BR /&gt;wb = GetWorkbook(Handle, Workbook)&lt;BR /&gt;wb.Activate()&lt;BR /&gt;&lt;BR /&gt;wb.UpdateRemoteReferences = Auto_Updates&lt;BR /&gt;&lt;BR /&gt;Success = True&lt;BR /&gt;&lt;BR /&gt;Catch e As Exception&lt;BR /&gt;Success = False&lt;BR /&gt;Message = e.Message&lt;BR /&gt;Finally&lt;BR /&gt;wb = Nothing&lt;BR /&gt;End Try&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;Everis Consultancy&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 20 May 2021 09:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Vlookup-Involving-two-Excels/m-p/55189#M9575</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2021-05-20T09:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Vlookup Involving two Excels</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Vlookup-Involving-two-Excels/m-p/55190#M9576</link>
      <description>hello &lt;A class="user-content-mention" data-sign="@" data-contactkey="ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-tag-text="@Michael ONeil" href="https://community.blueprism.com/network/profile?UserKey=ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-itemmentionkey="1d353237-5769-44aa-8326-faa124793b04"&gt;@Michael ONeil&lt;/A&gt; &lt;BR /&gt;Attaching the process flow iam using for Vlookup.&lt;BR /&gt;create instance&amp;gt;open workbook&amp;gt;show&amp;gt;activate the sheet&amp;gt;setting the vlookup formula at the cell...&lt;BR /&gt;So at which point I should be adding this action you shared?​ Will it be affecting the Countries Excel in which I need to write the vlookup?&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30253.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30381i41368C2C523C06A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="30253.png" alt="30253.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Regards,&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rahul Ramesh&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 20 May 2021 13:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Vlookup-Involving-two-Excels/m-p/55190#M9576</guid>
      <dc:creator>RahulRamesh</dc:creator>
      <dc:date>2021-05-20T13:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Vlookup Involving two Excels</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Vlookup-Involving-two-Excels/m-p/55191#M9577</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You can add this action anywhere in your flow before you insert the new vlookup formula. Once you add the action to your excel vbo you can reuse this for any excel workbook you want.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;Everis Consultancy&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 20 May 2021 13:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Vlookup-Involving-two-Excels/m-p/55191#M9577</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2021-05-20T13:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Vlookup Involving two Excels</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Vlookup-Involving-two-Excels/m-p/55192#M9578</link>
      <description>Make sure the files are in the same directory, if not, add the respective paths before referencing the table&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Sr Business Analyst&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;+55 (081) 98886-9544&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 20 May 2021 13:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Vlookup-Involving-two-Excels/m-p/55192#M9578</guid>
      <dc:creator>EmersonF</dc:creator>
      <dc:date>2021-05-20T13:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Vlookup Involving two Excels</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Vlookup-Involving-two-Excels/m-p/55193#M9579</link>
      <description>Hello,&lt;BR /&gt;Thanks for your suggestions. The issue has been resolved. Have added two open excel action. Then it worked!.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rahul Ramesh&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 20 May 2021 14:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Vlookup-Involving-two-Excels/m-p/55193#M9579</guid>
      <dc:creator>RahulRamesh</dc:creator>
      <dc:date>2021-05-20T14:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Vlookup Involving two Excels</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Vlookup-Involving-two-Excels/m-p/55194#M9580</link>
      <description>Perfect! Good Development!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Sr Business Analyst&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;+55 (081) 98886-9544&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 20 May 2021 14:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Vlookup-Involving-two-Excels/m-p/55194#M9580</guid>
      <dc:creator>EmersonF</dc:creator>
      <dc:date>2021-05-20T14:34:00Z</dc:date>
    </item>
  </channel>
</rss>

