<?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 VBScript: Get data from excel cell and load it into variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/VBScript-Get-data-from-excel-cell-and-load-it-into-variable/m-p/1461061#M793038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to get a value from a cell in Excel that I calculate with a formula and then load the said value into a variable, to be used further down into the macro. &lt;/P&gt;&lt;P&gt;I've tried with: set vAverage = XLDoc.Sheets(1).Range("B2").Value but I get an "Object required: 'XLDoc.Sheets(...).Range(...).Value' " error. Any help? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>VBScript: Get data from excel cell and load it into variable</title>
      <link>https://community.qlik.com/t5/QlikView/VBScript-Get-data-from-excel-cell-and-load-it-into-variable/m-p/1461061#M793038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to get a value from a cell in Excel that I calculate with a formula and then load the said value into a variable, to be used further down into the macro. &lt;/P&gt;&lt;P&gt;I've tried with: set vAverage = XLDoc.Sheets(1).Range("B2").Value but I get an "Object required: 'XLDoc.Sheets(...).Range(...).Value' " error. Any help? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBScript-Get-data-from-excel-cell-and-load-it-into-variable/m-p/1461061#M793038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: VBScript: Get data from excel cell and load it into variable</title>
      <link>https://community.qlik.com/t5/QlikView/VBScript-Get-data-from-excel-cell-and-load-it-into-variable/m-p/1461062#M793039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The cell-content isn't an object else just a value therefore try it with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vAverage = XLDoc.Sheets(1).Range("B2").Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 09:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBScript-Get-data-from-excel-cell-and-load-it-into-variable/m-p/1461062#M793039</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-01-09T09:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: VBScript: Get data from excel cell and load it into variable</title>
      <link>https://community.qlik.com/t5/QlikView/VBScript-Get-data-from-excel-cell-and-load-it-into-variable/m-p/1461063#M793040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's it! Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 10:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBScript-Get-data-from-excel-cell-and-load-it-into-variable/m-p/1461063#M793040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-09T10:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript&amp;colon; Get data from excel cell and load it into variable</title>
      <link>https://community.qlik.com/t5/QlikView/VBScript-Get-data-from-excel-cell-and-load-it-into-variable/m-p/1524717#M793041</link>
      <description>&lt;P&gt;Please help me!&lt;/P&gt;&lt;P&gt;I'm having the same problem.&lt;/P&gt;&lt;P&gt;But I do not not how to replace the "XLDOC"&lt;/P&gt;&lt;P&gt;What is "XLDOC" here? Is this the path where the Excel file located?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 08:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBScript-Get-data-from-excel-cell-and-load-it-into-variable/m-p/1524717#M793041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-28T08:10:32Z</dc:date>
    </item>
  </channel>
</rss>

