<?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 an Excel workbook using Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202456#M386978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could put the path to the exe and to the file into variables and call them within the EXECUTE statement. But I think I would rather use the above mentioned way to call a vbs-batch which opened and closed the xls and does maybe some other things than calling the xls directly - like in this example: &lt;A href="https://community.qlik.com/message/883705"&gt;Re: Run Excel from QMC&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2016 12:26:21 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2016-10-05T12:26:21Z</dc:date>
    <item>
      <title>Open an Excel workbook using Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202448#M386970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi People,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found a few solutions on forum but nothing is working for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vQVFile = 'C:\Users\ljar01\Desktop\Klienci.xlsx';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub ddd (Root)&lt;/P&gt;&lt;P&gt;set XLApp = CreateObject("Excel.Application");&lt;/P&gt;&lt;P&gt;set XLDOC = XLApp.Workbooks.Open($(vQVFile));&lt;/P&gt;&lt;P&gt;XLApp.Visible = True;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is &lt;SPAN style="font-size: 13.3333px;"&gt;sub ddd () without (root) there is an error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;Script line error: &lt;/P&gt;&lt;P&gt;sub ddd ()&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was also wondering if the reason lies in " ; " but it is not working whether these signs are in code or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to store database as csv and open it automatically via Qlikview to run a workbook macro. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i open Excel document via Qlikview?&lt;/P&gt;&lt;P&gt;Please help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jacek Antek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 10:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202448#M386970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-05T10:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Open an Excel workbook using Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202449#M386971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one solution would be to create a Trigger "open URL" that opens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/"&gt;\\networkpath\Folder\Subfolder\InputData.xls&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but thats probably not the best solution for your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why dont you get your macro working in QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 10:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202449#M386971</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2016-10-05T10:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Open an Excel workbook using Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202450#M386972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim Driller,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your tip but this CSV will be my database used in other Projects. &lt;/P&gt;&lt;P&gt;Unfortunately my company works mainly on Excel files so it has to be in that way...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jacek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 11:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202450#M386972</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-05T11:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Open an Excel workbook using Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202451#M386973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do you write this code - within the macro-editor? If you used there the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; sub ddd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dim vQVFile&lt;/P&gt;&lt;P&gt;vQVFile = "C:\Users\ljar01\Desktop\Klienci.xlsx"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set XLApp = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;set XLDOC = XLApp.Workbooks.Open(vQVFile)&lt;/P&gt;&lt;P&gt;XLApp.Visible = True&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 11:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202451#M386973</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-10-05T11:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Open an Excel workbook using Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202452#M386974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is working ! I was writing this in script code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hmm sa now should i call somehow this macro to run it via load script ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jacek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 11:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202452#M386974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-05T11:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Open an Excel workbook using Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202453#M386975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;During the load-run you couldn't execute a sub-routine only macro-functions. I'm not sure if this kind of macro would work within a function triggered from load because statements which need an ActiveDocument won't work - by statements which need ActiveX I don't know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As alternatively you could use an EXECUTE statement like: &lt;A href="https://community.qlik.com/message/335057"&gt;Re: Execute statement problem&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 11:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202453#M386975</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-10-05T11:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Open an Excel workbook using Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202454#M386976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is difficult. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute start "" "C:\Users\ljar01\Desktop\Klienci.xlsx"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this is not working...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jacek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 12:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202454#M386976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-05T12:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Open an Excel workbook using Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202455#M386977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm thisi is working:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXECUTE C:\Program Files (x86)\Microsoft Office\Office14\EXCEL.EXE C:\Users\ljar01\Desktop\Klienci.xlsx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i am wondering if is possible to close alse this document and&lt;/P&gt;&lt;P&gt;if is possible to shorten "&lt;SPAN style="font-size: 13.3333px;"&gt;C:\Program Files (x86)\Microsoft Office\Office14\EXCEL.EXE" this one. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;For example EXECUTE cmd.exe start excel.exe...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jacek Antek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 12:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202455#M386977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-05T12:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Open an Excel workbook using Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202456#M386978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could put the path to the exe and to the file into variables and call them within the EXECUTE statement. But I think I would rather use the above mentioned way to call a vbs-batch which opened and closed the xls and does maybe some other things than calling the xls directly - like in this example: &lt;A href="https://community.qlik.com/message/883705"&gt;Re: Run Excel from QMC&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 12:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202456#M386978</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-10-05T12:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Open an Excel workbook using Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202457#M386979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try this ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You very much Marcus!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Jacek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 12:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202457#M386979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-05T12:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Open an Excel workbook using Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202458#M386980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys, hi Marcus. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute is working like a charm nut only when i am turn on QlikView manually. &lt;/P&gt;&lt;P&gt;From publisher my macro doesn't work unfortunately. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to run my vbs file from publisher:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Robie.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/141672_Robie.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;The last one is my application which should open VBS macro and run and close Excel. This is not working...&lt;/P&gt;&lt;P&gt;any ideas ho w to solve this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jacek Antek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 08:51:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202458#M386980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-24T08:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Open an Excel workbook using Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202459#M386981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Hi Guys, hi Marcus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Execute is working like a charm nut only when i am turn on QlikView manually.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;From publisher my macro doesn't work unfortunately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;I wanted to run my vbs file from publisher:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-1147711-141672/Robie.jpg" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="Robie.jpg" class="jive-image image-1" height="461" src="https://community.qlik.com/legacyfs/online/141673_Robie.jpg" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="579" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;The last one is my application which should open VBS macro and run and close Excel. This is not working...&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;any ideas ho w to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Jacek Antek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 08:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202459#M386981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-24T08:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Open an Excel workbook using Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202460#M386982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are various reasons why such a execute-batch could fail - often related to wrong/missing user and security configurations. I think the following postings will be helpful for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1087081"&gt;Re: Script consisting only of some EXECUTE commands - impossible?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1048035"&gt;Re: 'Execute' statement in QVW file under QMC&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1046385"&gt;Re: Run Excel macro via QMC&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 09:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202460#M386982</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-10-24T09:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Open an Excel workbook using Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202461#M386983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/218090"&gt;Run Excel macro via QMC&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 18:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1202461#M386983</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-10-24T18:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Open an Excel workbook using Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1826715#M1214024</link>
      <description>&lt;P&gt;This works for me.&amp;nbsp; I do this because I keep a Master Calendar in Excel that changes each day so I open and close it to simply attract all the changes.&lt;/P&gt;&lt;P&gt;Step 1:&amp;nbsp; Build a&amp;nbsp; macro in qlikview&lt;/P&gt;&lt;P&gt;Sub xlO()&lt;BR /&gt;Set oXL=CreateObject("Excel.Application")&lt;BR /&gt;f_name="\\ &amp;lt; your path &amp;gt;\MasterCalendar.xlsx"&lt;BR /&gt;'f_name="C:\ExcelFile.xlsx"&lt;BR /&gt;Set oWB=oXL.Workbooks.Open(f_name)&lt;BR /&gt;oWB.Save&lt;BR /&gt;oWB.Close&lt;BR /&gt;oXL.Quit&lt;BR /&gt;End sub&lt;/P&gt;&lt;P&gt;Step2:&amp;nbsp; in Document Properties add an OnOpen Trigger to call the macro.&lt;/P&gt;&lt;P&gt;I have it working in QMC as well.&lt;/P&gt;&lt;P&gt;I'll assume if you have that file open already you might have an issue.&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;Brooks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 17:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-an-Excel-workbook-using-Qlikview/m-p/1826715#M1214024</guid>
      <dc:creator>brooksc57</dc:creator>
      <dc:date>2021-08-04T17:23:49Z</dc:date>
    </item>
  </channel>
</rss>

