<?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: Re: VBS script problem with excel file saving in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558060#M692217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry but seems it doesn't run..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/46092_error.PNG.png" style="width: 620px; height: 458px;" /&gt;&lt;IMG alt="folder.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/46093_folder.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Sep 2013 09:06:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-02T09:06:34Z</dc:date>
    <item>
      <title>VBS script problem with excel file saving</title>
      <link>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558051#M692208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create to export a report in excel file by VBS macro and save it automatically in a particular folder..actually I´m able to create the file excel but i have always problem in saving it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here the piece of code I use for saving the file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Const xlWorkbookNormal = -4143 '// Excel compatibility mode&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Const xlWorkbookDefault = 51 '//Excel 2007&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Dim fileName 'as String&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;fileName = "C:\Desktop\NEW QLIKVIEW PRJ\test.xls"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;on error resume next&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Call objExcelWorkbook.SaveAs(fileName,xlWorkbookDefault) '// or use xlWorkbookNormal&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;if (len(Err.Description) &amp;amp;gt; 0) then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox("Error Saving Excel" &amp;amp;amp; Chr(13) &amp;amp;amp;&amp;nbsp; Err.Description &amp;amp;amp; Chr(13) &amp;amp;amp; Err.Source)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;end if&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;on error goto 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;objExcelWorkbook.Application.Quit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="color: #000000;"&gt;In attachment you can find the entire script,&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Can someone tell me please&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;- where is the error? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;- in which point of script have to insert this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;- do you know a macro for making the same stuff but to export the file in pdf?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="color: #000000;"&gt;Thanks to all in advance for help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Sep 2013 09:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558051#M692208</guid>
      <dc:creator />
      <dc:date>2013-09-01T09:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: VBS script problem with excel file saving</title>
      <link>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558052#M692209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are sure the save-path is correct? Desktop is most often here: C:\Users\YourUserName\Desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Sep 2013 10:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558052#M692209</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2013-09-01T10:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: VBS script problem with excel file saving</title>
      <link>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558053#M692210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for answer..yeah forgot to tell,&amp;nbsp; the path name i have inserted is just example &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Sep 2013 10:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558053#M692210</guid>
      <dc:creator />
      <dc:date>2013-09-01T10:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: VBS script problem with excel file saving</title>
      <link>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558054#M692211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I couldn't find the save-part in this attachment - but perhaps is the cause the file-extension ".xls" by saving as 2007 version ".xlsx"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Sep 2013 15:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558054#M692211</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2013-09-01T15:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re: VBS script problem with excel file saving</title>
      <link>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558055#M692212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have inserted the save command at the bottom of the entire script..here again the entire script in attachment, i have tried to change extension of excel file to xlsx but have always the same error message, please check screenshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error script.PNG.png" class="jive-image" src="/legacyfs/online/46088_error script.PNG.png" style="width: 620px; height: 409px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Sep 2013 18:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558055#M692212</guid>
      <dc:creator />
      <dc:date>2013-09-01T18:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: VBS script problem with excel file saving</title>
      <link>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558056#M692213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set xlApp = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;xlApp.visible = False&lt;/P&gt;&lt;P&gt;xlApp.ScreenUpdating = False &lt;/P&gt;&lt;P&gt;xlApp.DisplayAlerts=false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;xlApp.Workbooks.Add&lt;/P&gt;&lt;P&gt;Set wbTarget = xlApp.Workbooks(1) &lt;/P&gt;&lt;P&gt;wbTarget.SaveAs ("yourPath\yourFileName.xlsx")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'some changes in the wbTarget&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wbTarget.Save&lt;/P&gt;&lt;P&gt;wbTarget.close&lt;/P&gt;&lt;P&gt;xlApp.quit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'clean up&lt;/P&gt;&lt;P&gt;set wbTarget = nothing&lt;/P&gt;&lt;P&gt;set xlApp = nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- use xxx=value instead of "Const xxx=value"&lt;/P&gt;&lt;P&gt;2- you can avoid "call workbook.saveas(filename, const)", just use workbook.saveas(path&amp;amp;name.xlsx)&lt;/P&gt;&lt;P&gt;3- I suggest you avoid macros of that kind. If you need to perform complex actions I suggest you a specific software (e.g. NPrinting).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Sep 2013 19:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558056#M692213</guid>
      <dc:creator>Andrea_Ghirardello</dc:creator>
      <dc:date>2013-09-01T19:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: VBS script problem with excel file saving</title>
      <link>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558057#M692214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for suggestion...cause I m totally new to VBS scripting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now with your suggestion i'm generating a new excel file empty but i would like to save the excel file that i generate with the above part of the script and save it with particular name/folder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have an idea how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw that there are particular software for doing what i´m trying do to but unfortunately i have some respnsible that decided to do in this way &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Sep 2013 20:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558057#M692214</guid>
      <dc:creator />
      <dc:date>2013-09-01T20:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: VBS script problem with excel file saving</title>
      <link>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558058#M692215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Add two variables into your qvw and let user configure them: vPath and vFileName.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In your script:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;set vPath = ActiveDocument.Variables("Output_Path")&lt;/P&gt;&lt;P&gt;set vFileName = ActiveDocument.Variables("Output_FileName")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if trim(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vPath.getcontent.string&lt;/SPAN&gt;) &amp;lt;&amp;gt; "" and trim(v&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FileName.getcontent.string) &amp;lt;&amp;gt; "" and anyothercondition then&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set xlApp = CreateObject("Excel.Application")&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xlApp.visible = False&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xlApp.ScreenUpdating = False&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xlApp.DisplayAlerts=false&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xlApp.Workbooks.Add&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set wbTarget = xlApp.Workbooks(1)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wbTarget.SaveAs (vPath.getcontent.string &amp;amp; "\" &amp;amp; vFileName.getcontent.string)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'some changes in the wbTarget&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wbTarget.Save&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wbTarget.close&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xlApp.quit&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;end if &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'clean up&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;set wbTarget = nothing&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;set xlApp = nothing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 07:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558058#M692215</guid>
      <dc:creator>Andrea_Ghirardello</dc:creator>
      <dc:date>2013-09-02T07:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: VBS script problem with excel file saving</title>
      <link>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558059#M692216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your script is a little bit too complicated, any parts won't needed - functions for add + name sheets - also all main parts should be sub-routines and not functions (aimed to return only one value back). See the attachment and combine it with the suggestions from Andrea.&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, 02 Sep 2013 07:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558059#M692216</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2013-09-02T07:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re: VBS script problem with excel file saving</title>
      <link>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558060#M692217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry but seems it doesn't run..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/46092_error.PNG.png" style="width: 620px; height: 458px;" /&gt;&lt;IMG alt="folder.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/46093_folder.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 09:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558060#M692217</guid>
      <dc:creator />
      <dc:date>2013-09-02T09:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: VBS script problem with excel file saving</title>
      <link>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558061#M692218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem may be spaces on your path...try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;wbTarget.SaveAs ("""" &amp;amp; vPath.getcontent.string &amp;amp; "\" &amp;amp; vFileName.getcontent.string &amp;amp; """")&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 09:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558061#M692218</guid>
      <dc:creator>Andrea_Ghirardello</dc:creator>
      <dc:date>2013-09-02T09:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: VBS script problem with excel file saving</title>
      <link>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558062#M692219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in save as, you may need to mention file format also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please mention "51" for xlsx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For different kind of file format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/office/bb241279(v=office.12).aspx"&gt;http://msdn.microsoft.com/en-us/library/office/bb241279(v=office.12).aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExcelWorkbook.SaveAs(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vPath.getcontent.string &amp;amp; "\" &amp;amp; vFileName.getcontent.string &lt;/SPAN&gt;,51)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 09:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/558062#M692219</guid>
      <dc:creator />
      <dc:date>2013-09-02T09:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: VBS script problem with excel file saving</title>
      <link>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/1743454#M692220</link>
      <description>&lt;P&gt;Hi this is not working by me:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ExcelWorkbook.SaveAs(&lt;/SPAN&gt;&lt;SPAN&gt;vPath.getcontent.string &amp;amp; "\" &amp;amp; vFileName.getcontent.string&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;,51)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can't give the parameter ,51, its working without.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I need to save in Format 52 with Makro enabled.&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 07:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/1743454#M692220</guid>
      <dc:creator>suhle1234</dc:creator>
      <dc:date>2020-09-14T07:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: VBS script problem with excel file saving</title>
      <link>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/1743537#M692221</link>
      <description>&lt;P&gt;Working:&lt;/P&gt;&lt;P&gt;FileFormat=52&lt;/P&gt;&lt;P&gt;strpath = "\\testdrive\test.xlsm"&lt;/P&gt;&lt;P&gt;AppExcel.Workbooks(1).SaveAs strpath, Fileformat&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 11:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBS-script-problem-with-excel-file-saving/m-p/1743537#M692221</guid>
      <dc:creator>suhle1234</dc:creator>
      <dc:date>2020-09-14T11:29:37Z</dc:date>
    </item>
  </channel>
</rss>

