<?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 how to use dynamic region in excell application .? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/how-to-use-dynamic-region-in-excell-application/m-p/84191#M35367</link>
    <description>hi,
   as I am trying to perform filter operation in excel using dynamic region ,failed to capture the right image .
    appreciate someone's assistance .
  thanks in advance</description>
    <pubDate>Thu, 17 Mar 2016 17:25:00 GMT</pubDate>
    <dc:creator>PrasadM</dc:creator>
    <dc:date>2016-03-17T17:25:00Z</dc:date>
    <item>
      <title>how to use dynamic region in excell application .?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/how-to-use-dynamic-region-in-excell-application/m-p/84191#M35367</link>
      <description>hi,
   as I am trying to perform filter operation in excel using dynamic region ,failed to capture the right image .
    appreciate someone's assistance .
  thanks in advance</description>
      <pubDate>Thu, 17 Mar 2016 17:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/how-to-use-dynamic-region-in-excell-application/m-p/84191#M35367</guid>
      <dc:creator>PrasadM</dc:creator>
      <dc:date>2016-03-17T17:25:00Z</dc:date>
    </item>
    <item>
      <title>Hi Prasad,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/how-to-use-dynamic-region-in-excell-application/m-p/84192#M35368</link>
      <description>Hi Prasad,
I created new page in MS Excel VBO called Current Region Range with Code Stage inside (it will not work as separate BO as there is some initial code in MS Excel VBO Initialize page)
Put this code into Code Stage:
Dim ws as Object = GetWorksheet(handle,workbookname,worksheetname)
ws.UsedRange.Select
MyRange = ws.UsedRange.Address(false,false)
Code stage (and therefore whole action) needs to have these inputs:
handle,workbookname,worksheetname
and this one output:
MyRange</description>
      <pubDate>Mon, 04 Apr 2016 16:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/how-to-use-dynamic-region-in-excell-application/m-p/84192#M35368</guid>
      <dc:creator>JiriPospisil</dc:creator>
      <dc:date>2016-04-04T16:17:00Z</dc:date>
    </item>
  </channel>
</rss>

