<?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: open excel file in qlikview using macros in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/open-excel-file-in-qlikview-using-macros/m-p/934398#M963433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;I need to use variable in that file name is stored path is same for all file name changes according to the client selection&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sub Close()&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;set XLApp = CreateObject("Excel.Application")&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;fname="D:\Jeld-wen-new-requirements\Excels\&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;$(Variable)&lt;/STRONG&gt;&lt;/SPAN&gt;"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;set XLDOC = XLApp.Workbooks.Open(fname)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;XLApp.Visible = True&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Oct 2015 08:08:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-08T08:08:51Z</dc:date>
    <item>
      <title>open excel file in qlikview using macros</title>
      <link>https://community.qlik.com/t5/QlikView/open-excel-file-in-qlikview-using-macros/m-p/934392#M963427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is a script am using to open excel file within application but it is not working please help to solve this &lt;/P&gt;&lt;P&gt;Sub Close()&lt;/P&gt;&lt;P&gt;set XLApp = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;fname="D:\Jeld-wen-new-requirements\Excels\ZSD008OA.xlsx"&lt;/P&gt;&lt;P&gt;set XLDOC = XLApp.Workbooks.Open(fname)&lt;/P&gt;&lt;P&gt;XLApp.Visible = True&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 06:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/open-excel-file-in-qlikview-using-macros/m-p/934392#M963427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-08T06:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: open excel file in qlikview using macros</title>
      <link>https://community.qlik.com/t5/QlikView/open-excel-file-in-qlikview-using-macros/m-p/934393#M963428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101374_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Check with this settings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 06:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/open-excel-file-in-qlikview-using-macros/m-p/934393#M963428</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-10-08T06:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: open excel file in qlikview using macros</title>
      <link>https://community.qlik.com/t5/QlikView/open-excel-file-in-qlikview-using-macros/m-p/934394#M963429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of path i can use a variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 06:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/open-excel-file-in-qlikview-using-macros/m-p/934394#M963429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-08T06:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: open excel file in qlikview using macros</title>
      <link>https://community.qlik.com/t5/QlikView/open-excel-file-in-qlikview-using-macros/m-p/934395#M963430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes defile in script&lt;/P&gt;&lt;TABLE height="45" style="height: 46px; width: 394px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;SET vQVFile = 'D:\Jeld-wen-new-requirements\Excels\ZSD008OA.xlsx'; &lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Close()&lt;/P&gt;&lt;P&gt;set XLApp = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;set XLDOC = XLApp.Workbooks.Open($(fname))&lt;/P&gt;&lt;P&gt;XLApp.Visible = True&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 06:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/open-excel-file-in-qlikview-using-macros/m-p/934395#M963430</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-10-08T06:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: open excel file in qlikview using macros</title>
      <link>https://community.qlik.com/t5/QlikView/open-excel-file-in-qlikview-using-macros/m-p/934396#M963431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of fname use vQVFile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 06:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/open-excel-file-in-qlikview-using-macros/m-p/934396#M963431</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-10-08T06:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: open excel file in qlikview using macros</title>
      <link>https://community.qlik.com/t5/QlikView/open-excel-file-in-qlikview-using-macros/m-p/934397#M963432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i just have file name in the variable not entire path&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 07:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/open-excel-file-in-qlikview-using-macros/m-p/934397#M963432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-08T07:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: open excel file in qlikview using macros</title>
      <link>https://community.qlik.com/t5/QlikView/open-excel-file-in-qlikview-using-macros/m-p/934398#M963433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;I need to use variable in that file name is stored path is same for all file name changes according to the client selection&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sub Close()&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;set XLApp = CreateObject("Excel.Application")&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;fname="D:\Jeld-wen-new-requirements\Excels\&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;$(Variable)&lt;/STRONG&gt;&lt;/SPAN&gt;"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;set XLDOC = XLApp.Workbooks.Open(fname)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;XLApp.Visible = True&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 08:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/open-excel-file-in-qlikview-using-macros/m-p/934398#M963433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-08T08:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: open excel file in qlikview using macros</title>
      <link>https://community.qlik.com/t5/QlikView/open-excel-file-in-qlikview-using-macros/m-p/934399#M963434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better you take file name in input box assign this to variable and use this variable in macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 10:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/open-excel-file-in-qlikview-using-macros/m-p/934399#M963434</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-10-08T10:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: open excel file in qlikview using macros</title>
      <link>https://community.qlik.com/t5/QlikView/open-excel-file-in-qlikview-using-macros/m-p/934400#M963435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 10:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/open-excel-file-in-qlikview-using-macros/m-p/934400#M963435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-08T10:08:30Z</dc:date>
    </item>
  </channel>
</rss>

