<?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 You can find cell containing… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-i-select-today-date-from-excel-without-using-for-loop/m-p/66019#M18624</link>
    <description>You can find&amp;nbsp;cell containing today date (you'll have to create your own action for it)&amp;nbsp;, then read just that column to collection.
My code for Sheet.Find below.&amp;nbsp;What - String to find, After - cell address to start search from, xlWhole - 1 to find exact patch, 2 - partial; returns address

Dim ws as Object = GetWorksheet(handle,workbookname,worksheetname,False)
address = """"
sheetexists = ws IsNot Nothing
If sheetexists Then&amp;nbsp;
&amp;nbsp;&amp;nbsp; &amp;nbsp;address = ws.UsedRange.Find(What,ws.Range(After),Type.Missing,xlWhole).Address()
End If</description>
    <pubDate>Fri, 26 Oct 2018 18:40:00 GMT</pubDate>
    <dc:creator>AndreyKudinov</dc:creator>
    <dc:date>2018-10-26T18:40:00Z</dc:date>
    <item>
      <title>How i select today date from excel without using for-loop.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-i-select-today-date-from-excel-without-using-for-loop/m-p/66018#M18623</link>
      <description>I had attached an excel. I had to highlight today date from excel file.</description>
      <pubDate>Fri, 26 Oct 2018 15:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-i-select-today-date-from-excel-without-using-for-loop/m-p/66018#M18623</guid>
      <dc:creator>PuneetSingh</dc:creator>
      <dc:date>2018-10-26T15:38:00Z</dc:date>
    </item>
    <item>
      <title>You can find cell containing…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-i-select-today-date-from-excel-without-using-for-loop/m-p/66019#M18624</link>
      <description>You can find&amp;nbsp;cell containing today date (you'll have to create your own action for it)&amp;nbsp;, then read just that column to collection.
My code for Sheet.Find below.&amp;nbsp;What - String to find, After - cell address to start search from, xlWhole - 1 to find exact patch, 2 - partial; returns address

Dim ws as Object = GetWorksheet(handle,workbookname,worksheetname,False)
address = """"
sheetexists = ws IsNot Nothing
If sheetexists Then&amp;nbsp;
&amp;nbsp;&amp;nbsp; &amp;nbsp;address = ws.UsedRange.Find(What,ws.Range(After),Type.Missing,xlWhole).Address()
End If</description>
      <pubDate>Fri, 26 Oct 2018 18:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-i-select-today-date-from-excel-without-using-for-loop/m-p/66019#M18624</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2018-10-26T18:40:00Z</dc:date>
    </item>
  </channel>
</rss>

