<?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 Searching for values in excel in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Searching-for-values-in-excel/m-p/76350#M28861</link>
    <description>Hi, 

I am trying to search for values in excel. I cannot find that functionality in the Excel VBO, and currently elaborate with sending keys (ctrl+f). Anyone with other suggestions?

Br, 
Maria</description>
    <pubDate>Wed, 11 May 2016 17:16:00 GMT</pubDate>
    <dc:creator>MariaKihlberg</dc:creator>
    <dc:date>2016-05-11T17:16:00Z</dc:date>
    <item>
      <title>Searching for values in excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Searching-for-values-in-excel/m-p/76350#M28861</link>
      <description>Hi, 

I am trying to search for values in excel. I cannot find that functionality in the Excel VBO, and currently elaborate with sending keys (ctrl+f). Anyone with other suggestions?

Br, 
Maria</description>
      <pubDate>Wed, 11 May 2016 17:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Searching-for-values-in-excel/m-p/76350#M28861</guid>
      <dc:creator>MariaKihlberg</dc:creator>
      <dc:date>2016-05-11T17:16:00Z</dc:date>
    </item>
    <item>
      <title>Hi Maria,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Searching-for-values-in-excel/m-p/76351#M28862</link>
      <description>Hi Maria,
What is it that you are trying to do once you have found these values?
Depending on what the end goal is with the information, will allow a more tailored solution.
Many Thanks,
James</description>
      <pubDate>Wed, 11 May 2016 18:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Searching-for-values-in-excel/m-p/76351#M28862</guid>
      <dc:creator>jgreaves2</dc:creator>
      <dc:date>2016-05-11T18:33:00Z</dc:date>
    </item>
    <item>
      <title>Hi Maria,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Searching-for-values-in-excel/m-p/76352#M28863</link>
      <description>Hi Maria,
find attached action you can copy into the MS Excel VBO that performs the search and returns cell reference in which value has been found.</description>
      <pubDate>Fri, 13 May 2016 12:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Searching-for-values-in-excel/m-p/76352#M28863</guid>
      <dc:creator>ArchiveUser</dc:creator>
      <dc:date>2016-05-13T12:38:00Z</dc:date>
    </item>
    <item>
      <title>Hi all,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Searching-for-values-in-excel/m-p/76353#M28864</link>
      <description>Hi all, 
Thanks for your comments - I will test and see which one that works best for the process.
Basically my objective is to decide whether or not the value that I search for exists. If it does not exist, I will send a business exception.
Br,
Maria</description>
      <pubDate>Fri, 13 May 2016 18:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Searching-for-values-in-excel/m-p/76353#M28864</guid>
      <dc:creator>MariaKihlberg</dc:creator>
      <dc:date>2016-05-13T18:42:00Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Searching-for-values-in-excel/m-p/76354#M28865</link>
      <description>Hi,
I can't see any attachment, but I am after a similar functionality if you could help please.</description>
      <pubDate>Mon, 14 Aug 2017 10:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Searching-for-values-in-excel/m-p/76354#M28865</guid>
      <dc:creator>NikitaKabra</dc:creator>
      <dc:date>2017-08-14T10:11:00Z</dc:date>
    </item>
    <item>
      <title>Create a new action with</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Searching-for-values-in-excel/m-p/76355#M28866</link>
      <description>Create a new action with following code:
Dim wb As Object
wb = GetWorkbook(Handle, Workbook)
wb.activesheet.Cells.Find(What:=SearchValue).Activate
Having handle, workbook and searchvalue as inputs of your code stage. The code stage will throw exception which you will have to catch in case the search value is not found.</description>
      <pubDate>Mon, 14 Aug 2017 13:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Searching-for-values-in-excel/m-p/76355#M28866</guid>
      <dc:creator>SébastienBulté</dc:creator>
      <dc:date>2017-08-14T13:09:00Z</dc:date>
    </item>
    <item>
      <title>Hi nikita.kabra,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Searching-for-values-in-excel/m-p/76356#M28867</link>
      <description>Hi nikita.kabra,
Please use the option peterlacken suggested earlier.
1. Get the output to a collection from Excel.
2. Use ""Utility - Collection Manipulation"" VBO, and ""Collection Contains Value"" in Action.
3. Pass the Column Name and Value to search. Output will be true/false.</description>
      <pubDate>Thu, 17 Aug 2017 15:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Searching-for-values-in-excel/m-p/76356#M28867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-17T15:03:00Z</dc:date>
    </item>
  </channel>
</rss>

