<?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 Interpretation of Blueprism Inputs in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78611#M30619</link>
    <description>If you want my opinion - I wouldn't expect Write Collection to work with formulas at all, because you might also want it to write text starting with "=".&lt;BR /&gt;In fact, my version explicitly escapes all such strings with '&lt;BR /&gt;&lt;BR /&gt;If you want to set formulas, you can do it explicitly in separate action with code stage like this:&lt;BR /&gt;
&lt;PRE class="language-csharp"&gt;&lt;CODE&gt;Dim xlInstance = GetInstance(handle)
Dim xlWorkSheet As Object = GetWorksheet(handle, workbookname, worksheetname)
xlWorkSheet.Range(cellref).Formula = value​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;cellref can be a range. And FormulaLocal works here too if you really want to use locale specific version, although I wouldn't do that.&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 13 Nov 2020 12:09:00 GMT</pubDate>
    <dc:creator>AndreyKudinov</dc:creator>
    <dc:date>2020-11-13T12:09:00Z</dc:date>
    <item>
      <title>Excel Interpretation of Blueprism Inputs</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78601#M30609</link>
      <description>&lt;P&gt;I have a excel file that I open with blueprism to add some simple data like text in certain cells.&lt;/P&gt;
&lt;P&gt;I use get excel sheet as collection for this.&lt;/P&gt;
&lt;P&gt;I edit the collection and add texts and formulas&lt;/P&gt;
&lt;P&gt;I can successfully enter text/formulas like =L2 in a cell and when I open the excel file in the MS Excel Software the result gets displayed correctly.&lt;/P&gt;
&lt;P&gt;But when I enter more "complex" (not really complex) formulas like =SUMME(L2:L4) excel will display #NAME? in the cell.&lt;/P&gt;
&lt;P&gt;When I double click the cell it switches the #NAME? to the correct result of the formula.&lt;/P&gt;
&lt;P&gt;Is there a way to enter Text into cells that Excel interprets the input correct right away?&lt;/P&gt;
&lt;P&gt;Or is there a button in excel that solves this. Maybe a way to format all the cells at once?&lt;/P&gt;
​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marco Matuttis&lt;BR /&gt;Robot Process Automation Developer&lt;BR /&gt;INTER Krankenversicherung AG&lt;BR /&gt;Mannheim&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Nov 2020 10:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78601#M30609</guid>
      <dc:creator>MarcoMatuttis1</dc:creator>
      <dc:date>2020-11-10T10:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Interpretation of Blueprism Inputs</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78602#M30610</link>
      <description>Since the cell hold valid content and works after refresh/recalc you could try to manually initiate the recalculation. It will be a sure guess there is a VB method for this but I don't think it is already implemented in Excel VBO, but maybe I am wrong.&amp;nbsp;&lt;BR /&gt;Quickest way to test this approach could be to use shortcuts:&lt;BR /&gt;&lt;A href="https://support.microsoft.com/en-us/office/keyboard-shortcuts-in-excel-1798d9d5-842a-42b8-9c99-9b7213f0040f#bkmk_datawin" target="test_blank"&gt;https://support.microsoft.com/en-us/office/keyboard-shortcuts-in-excel-1798d9d5-842a-42b8-9c99-9b7213f0040f#bkmk_datawin&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Walter Koller&lt;BR /&gt;Solution Manager&lt;BR /&gt;Erste Group IT International GmbH&lt;BR /&gt;Europe/Vienna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Nov 2020 08:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78602#M30610</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2020-11-11T08:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Interpretation of Blueprism Inputs</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78603#M30611</link>
      <description>&lt;P&gt;Unfortunately it did not work with the shortcuts I tried. The most promising were the ones with F9 to force excel to recalculate everything. Sadly the #NAME? cells stay untouched, I figured out that when Press F2 and ENTER in these cells i dont have to double click them. Maybe I can do that with an excel Macro.&lt;/P&gt;
&lt;P&gt;Anyone knows a good tutorial for this ? I never used excel macros before.​&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marco Matuttis&lt;BR /&gt;Robot Process Automation Developer&lt;BR /&gt;INTER Krankenversicherung AG&lt;BR /&gt;Mannheim&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Nov 2020 10:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78603#M30611</guid>
      <dc:creator>MarcoMatuttis1</dc:creator>
      <dc:date>2020-11-11T10:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Interpretation of Blueprism Inputs</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78604#M30612</link>
      <description>&lt;P&gt;I just experimented with excel macros a bit and I might have found a solution. (I'm testing it right now). When I enter the formula =SUMME(L1:L5) with a macro i also get the name error but when I use =SUM(L1:L5) it seems to work.&lt;/P&gt;
&lt;P&gt;Even though my excel version is german he does not accept a Scripted input with german language commands. When I type it in myself SUMME works as well as SUM. But with a Macro only SUM did work.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;EDIT&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;I'm just done with testing. That also did not change the problem.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marco Matuttis&lt;BR /&gt;Robot Process Automation Developer&lt;BR /&gt;INTER Krankenversicherung AG&lt;BR /&gt;Mannheim&lt;BR /&gt;------------------------------&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 11:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78604#M30612</guid>
      <dc:creator>MarcoMatuttis1</dc:creator>
      <dc:date>2020-11-11T11:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Interpretation of Blueprism Inputs</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78605#M30613</link>
      <description>Thanks for sharing your findings.&lt;BR /&gt;Since I am working with Office in different languages, this might be very helpful in future.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Walter Koller&lt;BR /&gt;Solution Manager&lt;BR /&gt;Erste Group IT International GmbH&lt;BR /&gt;Europe/Vienna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Nov 2020 11:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78605#M30613</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2020-11-11T11:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Interpretation of Blueprism Inputs</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78606#M30614</link>
      <description>The possible reason could be mismatch between data type of return value of formula and data type of cell/column.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rafeeq Mohammad&lt;BR /&gt;Automation Engineer&lt;BR /&gt;Q4 Associates Ltd&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Nov 2020 11:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78606#M30614</guid>
      <dc:creator>Rafeeq__Mohammad</dc:creator>
      <dc:date>2020-11-11T11:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Interpretation of Blueprism Inputs</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78607#M30615</link>
      <description>&lt;P&gt;Seems I was happy to early ...&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I'm just done with testing. That also did not change the problem.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;For some strange reason it works within macros:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;Range("L3").Value = "=SUM(L5:L10)"&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;Range("L4").Value = "=SUMME(L5:L10)"
&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;L3 displays correct result&lt;BR /&gt;L4 displays #NAME?&amp;nbsp;&lt;/P&gt;
​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marco Matuttis&lt;BR /&gt;Robot Process Automation Developer&lt;BR /&gt;INTER Krankenversicherung AG&lt;BR /&gt;Mannheim&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Nov 2020 12:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78607#M30615</guid>
      <dc:creator>MarcoMatuttis1</dc:creator>
      <dc:date>2020-11-11T12:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Interpretation of Blueprism Inputs</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78608#M30616</link>
      <description>&lt;P&gt;But how can I set the right data type ?&lt;/P&gt;
&lt;P&gt;In blueprism I write text into a collection and then use the write collection to Excel action from the VBO ...&lt;BR /&gt;&lt;BR /&gt;In Excel I tried formatting the cells a certain way but it does not change anything &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marco Matuttis&lt;BR /&gt;Robot Process Automation Developer&lt;BR /&gt;INTER Krankenversicherung AG&lt;BR /&gt;Mannheim&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Nov 2020 12:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78608#M30616</guid>
      <dc:creator>MarcoMatuttis1</dc:creator>
      <dc:date>2020-11-11T12:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Interpretation of Blueprism Inputs</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78609#M30617</link>
      <description>Actually VBA has &lt;SPAN&gt;Formula / FormulaLocal / FormulaR1C1 / FormulaR1C1Local.&lt;BR /&gt;&lt;BR /&gt;Excel VBO should be using system culture, but I'm usually writing collections as arrays anyway (much faster) and specifically chose to use EN_US locale, otherwise it becomes inconsistent - same robot might work on one resourcepc and not the other if they have different language settings.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Nov 2020 23:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78609#M30617</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2020-11-12T23:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Interpretation of Blueprism Inputs</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78610#M30618</link>
      <description>&lt;P&gt;But how does this Formula FormulaLocal etc. help me when I write text with a calculation stage into the collection.&lt;BR /&gt;Do I have to edit the code stages in the MS Excel VBO for this to work?&lt;/P&gt;
&lt;P&gt;I'm not a real expert in this field and learned everything by tríal&amp;amp;error so far.&lt;/P&gt;
&lt;P&gt;I solved my problem not the elegant way but I use a excel macro that presses F2 and enter in every selected cell.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That changes the #NAME? to the result I was looking for.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marco Matuttis&lt;BR /&gt;Robot Process Automation Developer&lt;BR /&gt;INTER Krankenversicherung AG&lt;BR /&gt;Mannheim&lt;BR /&gt;------------------------------&lt;BR /&gt;-------------------------------------------&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
​</description>
      <pubDate>Fri, 13 Nov 2020 07:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78610#M30618</guid>
      <dc:creator>MarcoMatuttis1</dc:creator>
      <dc:date>2020-11-13T07:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Interpretation of Blueprism Inputs</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78611#M30619</link>
      <description>If you want my opinion - I wouldn't expect Write Collection to work with formulas at all, because you might also want it to write text starting with "=".&lt;BR /&gt;In fact, my version explicitly escapes all such strings with '&lt;BR /&gt;&lt;BR /&gt;If you want to set formulas, you can do it explicitly in separate action with code stage like this:&lt;BR /&gt;
&lt;PRE class="language-csharp"&gt;&lt;CODE&gt;Dim xlInstance = GetInstance(handle)
Dim xlWorkSheet As Object = GetWorksheet(handle, workbookname, worksheetname)
xlWorkSheet.Range(cellref).Formula = value​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;cellref can be a range. And FormulaLocal works here too if you really want to use locale specific version, although I wouldn't do that.&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Nov 2020 12:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Interpretation-of-Blueprism-Inputs/m-p/78611#M30619</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2020-11-13T12:09:00Z</dc:date>
    </item>
  </channel>
</rss>

