<?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: Excel VBO Error (&amp;quot;Cannot find column X&amp;quot;) in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/68068#M20673</link>
    <description>&lt;P&gt;Hi @Menardo Espectacion&lt;/P&gt;
&lt;P&gt;Check there are no hidden rows beyond row 960, i've had this happen sometimes when there are a few hidden rows and trying to get the range as a collection.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;NTTData&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 11 Dec 2023 09:14:00 GMT</pubDate>
    <dc:creator>michaeloneil</dc:creator>
    <dc:date>2023-12-11T09:14:00Z</dc:date>
    <item>
      <title>Excel VBO Error ("Cannot find column X")</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/68060#M20665</link>
      <description>I just want to inquire about an issue we are encountering with regards to a process that uses Excel VBO on a Windows 10 environment with Office 365. The step is that we are trying to copy a range of cells from an excel file and we are using an action stage to pass parameters to action Get Worksheet Range as Collection. The premise is, this stage works on Windows 7 with Office 2013, but an issue arises when we run on the environment I have indicated above. For example, if we are trying to copy a range of A1:AL960, everything works fine. Beyond that (A1:AL961) we get the error "Internal : Could not execute code stage because exception thrown by code stage : Cannot find column 38.". There are different levels that this error occurs and I have findings that this is not connected to any maximum numbers of cells that is allowable to be copied. For example, A1:AL960 is 3640 cells. While A1:V3524 is 81052 cells and both ranges works. Although, one additional row would give us the error. The VBO object we are using is GetWorksheetRangeAsCollection. Any ideas? or has anyone experienced this in the past?


Thanks a lot...</description>
      <pubDate>Mon, 08 May 2017 07:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/68060#M20665</guid>
      <dc:creator>MenardoEspectac</dc:creator>
      <dc:date>2017-05-08T07:47:00Z</dc:date>
    </item>
    <item>
      <title>Is there anything odd about</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/68061#M20666</link>
      <description>Is there anything odd about the column headers? GetWorksheetRangeAsCollection wants to create a .Net datatable before passing the output as a collection. So if, for example, there is a header with invalid characters for a column name in the datatable, you might see errors like this.</description>
      <pubDate>Mon, 08 May 2017 14:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/68061#M20666</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2017-05-08T14:01:00Z</dc:date>
    </item>
    <item>
      <title>Hi John,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/68062#M20667</link>
      <description>Hi John,
Nothing is unusual in terms of the headers in terms of the format and the naming. All columns are being captured successfully, from A1 until AL960. When pushed to AL961 though, we are getting the error.
Thanks in advance for ideas, experiences...</description>
      <pubDate>Mon, 08 May 2017 14:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/68062#M20667</guid>
      <dc:creator>MenardoEspectac</dc:creator>
      <dc:date>2017-05-08T14:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel VBO Error ("Cannot find column X")</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/68063#M20668</link>
      <description>Any update?&amp;nbsp;&lt;BR /&gt;I have a same issue. When using business object "get workseet as collection", the error "Cannot find column X" occurred.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Haegeun Kim&lt;BR /&gt;Manager&lt;BR /&gt;F&amp;amp;F&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Sep 2019 11:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/68063#M20668</guid>
      <dc:creator>HaegeunKim</dc:creator>
      <dc:date>2019-09-21T11:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel VBO Error ("Cannot find column X")</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/68064#M20669</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Internal : Could not execute code stage because exception thrown by code stage: Cannot find column 7&lt;BR /&gt;&lt;BR /&gt;I am having the same issue. There is nothing in the headers that is an invalid character. &lt;BR /&gt;​&lt;BR /&gt;7 columns but there is over 40000 rows. How exception be rectified. &lt;BR /&gt;I have tried get worksheet range as&amp;nbsp;collection and get worksheet as collection.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ebony Hedgepeth&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Feb 2020 12:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/68064#M20669</guid>
      <dc:creator>ehedgepeth1</dc:creator>
      <dc:date>2020-02-25T12:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Hi John,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/68065#M20670</link>
      <description>If you know the column limits(range), then try&amp;nbsp;MS Excel VBO::Get Worksheet as Collection Offset. it works for me.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;"If you like this post, please press the "Recommend" Button.&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Feb 2020 07:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/68065#M20670</guid>
      <dc:creator>vivek.kumar.goel</dc:creator>
      <dc:date>2020-02-28T07:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel VBO Error ("Cannot find column X")</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/68066#M20671</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have seen this kind of problem when the column header includes new lines:&lt;BR /&gt;&lt;BR /&gt;For example:&amp;nbsp;&lt;BR /&gt;"Column Header 1"&lt;BR /&gt;&lt;BR /&gt;"Column &lt;BR /&gt;Header 2"&lt;BR /&gt;&lt;BR /&gt;The second option will fail when trying to use&amp;nbsp;&lt;SPAN&gt;Get Worksheet as Collection Offset. Best solution is to rename the column header&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;David Rubiano&lt;BR /&gt;Senior Consultant&lt;BR /&gt;Capgemini&lt;BR /&gt;Europe/Stockholm&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Jun 2020 10:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/68066#M20671</guid>
      <dc:creator>DavidRubiano</dc:creator>
      <dc:date>2020-06-30T10:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel VBO Error ("Cannot find column X")</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/68067#M20672</link>
      <description>&lt;PRE class="tw-data-text tw-text-large tw-ta" data-placeholder="Tradução" id="tw-target-text" data-ved="2ahUKEwj8xP2s_YODAxVFp5UCHT9JDFEQ3ewLegQIBRAQ" dir="ltr"&gt;&lt;SPAN class="Y2IQFc" lang="en"&gt;in my case this was a hidden character I had to send a replace text in range with the hidden character in find what and replace it with empty , this character :&lt;BR /&gt;" &amp;nbsp; &amp;nbsp;", It seems strange but the hidden character in the spreadsheet was a large space&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14257.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14418i8277D8CCE4573CE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="14257.png" alt="14257.png" /&gt;&lt;/span&gt; &amp;nbsp;&lt;/SPAN&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;BR /&gt; &lt;/DIV&gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;NICHOLAS LINCON&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 10 Dec 2023 04:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/68067#M20672</guid>
      <dc:creator>NICHOLASLINCON</dc:creator>
      <dc:date>2023-12-10T04:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel VBO Error ("Cannot find column X")</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/68068#M20673</link>
      <description>&lt;P&gt;Hi @Menardo Espectacion&lt;/P&gt;
&lt;P&gt;Check there are no hidden rows beyond row 960, i've had this happen sometimes when there are a few hidden rows and trying to get the range as a collection.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;NTTData&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Dec 2023 09:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/68068#M20673</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2023-12-11T09:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Excel VBO Error ("Cannot find column X")</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/117405#M52470</link>
      <description>&lt;P&gt;We had this same error and found that one column of data had a weird tab space after it. Doing a find and replace before we get the collection fixes our issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 16:34:38 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/117405#M52470</guid>
      <dc:creator>sedmiston</dc:creator>
      <dc:date>2024-12-05T16:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Excel VBO Error ("Cannot find column X")</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/117418#M52472</link>
      <description>&lt;P&gt;Maybe you can try getting the total number of rows first, then use that as the last row for your range. For example you have data item output as "Number of Rows" instead of A1:AL190 as range use "A1:AL" &amp;amp; [Number of Rows]. Sometimes there are rows that has hidden value.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 08:36:07 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-VBO-Error-quot-Cannot-find-column-X-quot/m-p/117418#M52472</guid>
      <dc:creator>BernardoCris012</dc:creator>
      <dc:date>2024-12-06T08:36:07Z</dc:date>
    </item>
  </channel>
</rss>

