<?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 Unable to read dropdown values from Excel VBO in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-read-dropdown-values-from-Excel-VBO/m-p/68777#M21382</link>
    <description>Hi All,

We have a excel which has few VBA dropdown controls and few text boxes. When we try to read the excel into a collection using MS Excel VBO, we are getting the values present in text boxes but the values which are in the dropdown controls are not being read.

We tried spying the excel application using different modes as well without success.

Please help!

Thanks,
Ankit</description>
    <pubDate>Tue, 23 May 2017 14:20:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-23T14:20:00Z</dc:date>
    <item>
      <title>Unable to read dropdown values from Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-read-dropdown-values-from-Excel-VBO/m-p/68777#M21382</link>
      <description>Hi All,

We have a excel which has few VBA dropdown controls and few text boxes. When we try to read the excel into a collection using MS Excel VBO, we are getting the values present in text boxes but the values which are in the dropdown controls are not being read.

We tried spying the excel application using different modes as well without success.

Please help!

Thanks,
Ankit</description>
      <pubDate>Tue, 23 May 2017 14:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-read-dropdown-values-from-Excel-VBO/m-p/68777#M21382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-23T14:20:00Z</dc:date>
    </item>
    <item>
      <title>Excel to collection will have</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-read-dropdown-values-from-Excel-VBO/m-p/68778#M21383</link>
      <description>Excel to collection will have one to one Row values, If a row has drop down in excel blue prism cannot read those values.if drop down values are few and hard coded u can store those drop down values in separate collection which can be created manually and Manipulate as per your requirement. If it is large in number and not hard coded you can launch Excel.exe as an object and read those drop down after spying particular Row (Textbox).</description>
      <pubDate>Tue, 23 May 2017 15:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-read-dropdown-values-from-Excel-VBO/m-p/68778#M21383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-23T15:09:00Z</dc:date>
    </item>
    <item>
      <title>I think you will need to</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-read-dropdown-values-from-Excel-VBO/m-p/68779#M21384</link>
      <description>I think you will need to experiment with the other actions and utility objects available to you.
The get worksheet actions effectively use copy all and parsing logic to quickly get the data.  I presume this method does not work for your VBA controls.  Your other options are to get field values individually (which would be slow), create your own Excel code action that does work with your VBA controls, and maybe experiment with saving your Excel in a different format such as CSV and reading that data in using one of the CSV actions available in another object.</description>
      <pubDate>Tue, 23 May 2017 15:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-read-dropdown-values-from-Excel-VBO/m-p/68779#M21384</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2017-05-23T15:09:00Z</dc:date>
    </item>
  </channel>
</rss>

