<?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 About Saving the created excel file in a specified path from macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/About-Saving-the-created-excel-file-in-a-specified-path-from/m-p/233302#M84839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How to save the created excel file in a specified path from macro for exporting the data object of a qlikview file.............&lt;/P&gt;&lt;P&gt;If u know the process Reply me,,,,,,&lt;/P&gt;&lt;P&gt;Waiting for ur replies&lt;/P&gt;&lt;P&gt;With Regards........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Apr 2011 12:20:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-28T12:20:17Z</dc:date>
    <item>
      <title>About Saving the created excel file in a specified path from macro</title>
      <link>https://community.qlik.com/t5/QlikView/About-Saving-the-created-excel-file-in-a-specified-path-from/m-p/233302#M84839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How to save the created excel file in a specified path from macro for exporting the data object of a qlikview file.............&lt;/P&gt;&lt;P&gt;If u know the process Reply me,,,,,,&lt;/P&gt;&lt;P&gt;Waiting for ur replies&lt;/P&gt;&lt;P&gt;With Regards........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 12:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-Saving-the-created-excel-file-in-a-specified-path-from/m-p/233302#M84839</guid>
      <dc:creator />
      <dc:date>2011-04-28T12:20:17Z</dc:date>
    </item>
    <item>
      <title>About Saving the created excel file in a specified path from macro</title>
      <link>https://community.qlik.com/t5/QlikView/About-Saving-the-created-excel-file-in-a-specified-path-from/m-p/233303#M84840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Here is a macro that copy 2 table to 2 different sheet in excel.&lt;/P&gt;&lt;P&gt;Hope this help.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anders&lt;/P&gt;&lt;P&gt;Sub SaveToExcel&lt;/P&gt;&lt;P&gt;NewFileName = "&lt;A&gt;\\Sthnt004\Groups\Import\V1-R1-S1\Volume&lt;/A&gt; Planning\Qlikview\CarsInStock.xlsx"&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetObject("CH18")&lt;BR /&gt;set XLApp = CreateObject("Excel.Application")&lt;BR /&gt;XLApp.Visible = true&lt;BR /&gt;set XLDoc = XLApp.Workbooks.Add&lt;BR /&gt;set rngStart = XLDoc.Sheets(1).Range("A1")&lt;BR /&gt;set XLSheet = XLDoc.Worksheets("Sheet1")&lt;BR /&gt;set XLSheet2 = XLDoc.Worksheets("Sheet2")&lt;BR /&gt;Const xlCenter = -4108&lt;/P&gt;&lt;P&gt;obj.CopyTableToClipboard true&lt;BR /&gt;XLDoc.Sheets("Sheet1").Paste()&lt;BR /&gt;XLDoc.WorkSheets("Sheet1").Cells.select&lt;BR /&gt;XLDoc.WorkSheets("Sheet1").Cells.EntireRow.RowHeight = 12.75&lt;BR /&gt;XLDoc.WorkSheets("Sheet1").Cells.EntireColumn.AutoFit&lt;/P&gt;&lt;P&gt;set Selection = XLSheet.Columns("A:H")&lt;BR /&gt;With Selection&lt;BR /&gt; .VerticalAlignment = xlCenter&lt;BR /&gt; .Borders.ColorIndex = 0 'black border&lt;BR /&gt;End With&lt;BR /&gt;XLSheet.Name = "Stock list summary"&lt;/P&gt;&lt;P&gt;' Next sheet&lt;BR /&gt;set obj = ActiveDocument.GetSheetObject("CH17")&lt;BR /&gt;set XLSheet = XLDoc.Worksheets("Sheet2")&lt;/P&gt;&lt;P&gt;obj.CopyTableToClipboard true&lt;BR /&gt;XLSheet2.activate&lt;BR /&gt;XLSheet2.Paste()&lt;BR /&gt;XLSheet2.Cells.select&lt;BR /&gt;XLSheet2.Cells.EntireRow.RowHeight = 12.75&lt;BR /&gt;XLSheet2.Cells.EntireColumn.AutoFit&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;set Selection = XLSheet2.Columns("A:H")&lt;BR /&gt;With Selection&lt;BR /&gt; .VerticalAlignment = xlCenter&lt;BR /&gt; .Borders.ColorIndex = 0 'black border&lt;BR /&gt;End With&lt;/P&gt;&lt;P&gt;XLSheet2.Name = "Stock list with options"&lt;/P&gt;&lt;P&gt;XLDoc.SaveAs NewFileName&lt;/P&gt;&lt;P&gt;XLApp.Quit&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 13:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-Saving-the-created-excel-file-in-a-specified-path-from/m-p/233303#M84840</guid>
      <dc:creator />
      <dc:date>2011-04-28T13:09:33Z</dc:date>
    </item>
  </channel>
</rss>

