<?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 Export to Excel through macro in qlickview 9 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187564#M51189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Previously we are using Qlikview 7.5 and able to send mail through macro, but in Qlikview 9 we are getting error&lt;/P&gt;&lt;P&gt;obj.CopyTableToClipboard true&lt;/P&gt;&lt;P&gt;in macro, kindly help it out. Code is written below:-&lt;/P&gt;&lt;P&gt;function SheetIt(ExcelDoc,SheetName,ChartName,Category)&lt;BR /&gt; ExcelDoc.Sheets(SheetName).activate&lt;BR /&gt; ExcelDoc.Sheets(SheetName).activate&lt;BR /&gt;' msgbox SheetName&lt;BR /&gt; ExcelDoc.Sheets(SheetName).activate&lt;BR /&gt; set obj = ActiveDocument.getsheetobject(ChartName)&lt;BR /&gt; obj.CopyTableToClipboard true&lt;BR /&gt; ExcelDoc.Sheets(SheetName).paste&lt;BR /&gt; ExcelDoc.Sheets(SheetName).cells.select&lt;BR /&gt; ExcelDoc.Sheets(SheetName).cells.mergecells = false&lt;BR /&gt; ExcelDoc.Sheets(SheetName).Cells.EntireRow.RowHeight = 12.75&lt;BR /&gt; ExcelDoc.Sheets(SheetName).Cells.EntireColumn.AutoFit&lt;BR /&gt; 'msgbox "Category " &amp;amp; Category&lt;BR /&gt; ExcelDoc.Sheets(SheetName).name = Category&lt;BR /&gt;end function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2009 17:21:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-09-15T17:21:45Z</dc:date>
    <item>
      <title>Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187564#M51189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Previously we are using Qlikview 7.5 and able to send mail through macro, but in Qlikview 9 we are getting error&lt;/P&gt;&lt;P&gt;obj.CopyTableToClipboard true&lt;/P&gt;&lt;P&gt;in macro, kindly help it out. Code is written below:-&lt;/P&gt;&lt;P&gt;function SheetIt(ExcelDoc,SheetName,ChartName,Category)&lt;BR /&gt; ExcelDoc.Sheets(SheetName).activate&lt;BR /&gt; ExcelDoc.Sheets(SheetName).activate&lt;BR /&gt;' msgbox SheetName&lt;BR /&gt; ExcelDoc.Sheets(SheetName).activate&lt;BR /&gt; set obj = ActiveDocument.getsheetobject(ChartName)&lt;BR /&gt; obj.CopyTableToClipboard true&lt;BR /&gt; ExcelDoc.Sheets(SheetName).paste&lt;BR /&gt; ExcelDoc.Sheets(SheetName).cells.select&lt;BR /&gt; ExcelDoc.Sheets(SheetName).cells.mergecells = false&lt;BR /&gt; ExcelDoc.Sheets(SheetName).Cells.EntireRow.RowHeight = 12.75&lt;BR /&gt; ExcelDoc.Sheets(SheetName).Cells.EntireColumn.AutoFit&lt;BR /&gt; 'msgbox "Category " &amp;amp; Category&lt;BR /&gt; ExcelDoc.Sheets(SheetName).name = Category&lt;BR /&gt;end function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 17:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187564#M51189</guid>
      <dc:creator />
      <dc:date>2009-09-15T17:21:45Z</dc:date>
    </item>
    <item>
      <title>Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187565#M51190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV dir="ltr" id="result_box"&gt;instruction&lt;BR /&gt;&lt;BR /&gt;obj.CopyTableToClipboard true&lt;BR /&gt;obj.CopyBitmapToClipboard&lt;BR /&gt;&lt;BR /&gt;are creating problems, stop hanging execution of the macro.&lt;BR /&gt;&lt;BR /&gt;Sulucion:&lt;BR /&gt;&lt;BR /&gt;To make way for the execution have put the MsgBox (), which you comment on, if this is uncomment the macro generates runs smoothly, but as it is annoying to be solving the message rremplasala by:&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;STRONG&gt;ActiveDocument.ShowPopup idObj, 2000&lt;/STRONG&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 01:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187565#M51190</guid>
      <dc:creator />
      <dc:date>2009-09-17T01:04:10Z</dc:date>
    </item>
    <item>
      <title>Re:Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187566#M51191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kindly elaborate where i have to put the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have uncomment the msgbox also, but after clicking on popup still stuck at same error - obj.CopyTableToClipboard true&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 11:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187566#M51191</guid>
      <dc:creator />
      <dc:date>2009-09-17T11:28:36Z</dc:date>
    </item>
    <item>
      <title>Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187567#M51192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I enclosed a demo with a macro that should do what you want - I modified it a little, but it works (to test it, excel file C:\test\test.xls with at least one sheet named "OldSheetName" is required). It does NOT add any worksheets of course, but that was also not proposed by your code fragment.&lt;/P&gt;&lt;P&gt;So on the whole the thing should work. Of course, sometimes in QV9, when a macro isn't executing correctly, it's necessary to put the mystical "WaitForIdle" here and there - but noone could still tell me when and where (Support: once told me "every time when a sheet object is accessed").&lt;/P&gt;&lt;P&gt;Perhaps that helps,&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187567#M51192</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-09-17T12:23:30Z</dc:date>
    </item>
    <item>
      <title>Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187568#M51193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your valuable reply,We are creating five sheets and then mail it through macro, i am putting full code at bottom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub test2&lt;BR /&gt;&lt;BR /&gt; set XLApp = CreateObject("Excel.Application")&lt;BR /&gt; XLApp.Visible = False&lt;BR /&gt;&lt;BR /&gt; set XLDoc = XLApp.Workbooks.Add&lt;BR /&gt;&lt;BR /&gt; dim a,text,tm&lt;BR /&gt; a=Array("CH18","CH14","CH26","CH30","CH31") '"CH27")&lt;BR /&gt;&lt;BR /&gt; for i = 0 to 4&lt;BR /&gt; b=a(i)&lt;BR /&gt; m = i&lt;BR /&gt; m = i + 1&lt;BR /&gt;&lt;BR /&gt; if b="CH18" then&lt;BR /&gt; text = "DailyTracker"&lt;BR /&gt; else if b="CH14" then&lt;BR /&gt; text = "AR"&lt;BR /&gt; else if b="CH26" then&lt;BR /&gt; text = "ValSales"&lt;BR /&gt; else if b="CH30" then 'CH27&lt;BR /&gt; text = "QtySales"&lt;BR /&gt; else if b="CH31" then 'CH27&lt;BR /&gt; text = "CustomerQtySales"&lt;BR /&gt; end if&lt;BR /&gt; end if&lt;BR /&gt; end if&lt;BR /&gt; end if&lt;BR /&gt; end if&lt;BR /&gt; ' msgbox text&lt;BR /&gt;&lt;BR /&gt; SheetIt XLDoc,"Sheet" &amp;amp;m,b,text&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; NEXT&lt;BR /&gt; tm=second(time())&lt;BR /&gt; strFile = "C:\ToSent\" &amp;amp; getVariable("User1") &amp;amp;tm &amp;amp; ".xls"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; XLDoc.SaveAs strfile&lt;BR /&gt; XLDoc.Close&lt;BR /&gt; XLApp.Quit&lt;BR /&gt;&lt;BR /&gt; sendMail strFile&lt;BR /&gt; rem ** let QV sleep for 10 seconds **&lt;BR /&gt;ActiveDocument.GetApplication.Sleep 10000&lt;BR /&gt;&lt;BR /&gt; 'msgbox "fordelete"&lt;BR /&gt; ' msgbox strFile&lt;BR /&gt; deleteReport strFile&lt;BR /&gt; ActiveDocument.Fields("Commonterritory").Clear&lt;BR /&gt;&lt;BR /&gt;end sub&lt;BR /&gt;&lt;BR /&gt;function SheetIt(ExcelDoc,SheetName,ChartName,Category)&lt;BR /&gt; ExcelDoc.Sheets(SheetName).activate&lt;BR /&gt; ExcelDoc.Sheets(SheetName).activate&lt;BR /&gt; msgbox SheetName&lt;BR /&gt; ExcelDoc.Sheets(SheetName).activate&lt;BR /&gt; set obj = ActiveDocument.getsheetobject(ChartName)&lt;BR /&gt;&lt;BR /&gt; rem ** let QV sleep for 10 seconds **&lt;BR /&gt;ActiveDocument.GetApplication.Sleep 10000&lt;BR /&gt;&lt;BR /&gt; obj.CopyTableToClipboard true&lt;BR /&gt;&lt;BR /&gt; ExcelDoc.Sheets(SheetName).paste&lt;BR /&gt; ExcelDoc.Sheets(SheetName).cells.select&lt;BR /&gt; ExcelDoc.Sheets(SheetName).cells.mergecells = false&lt;BR /&gt; ExcelDoc.Sheets(SheetName).Cells.EntireRow.RowHeight = 12.75&lt;BR /&gt; ExcelDoc.Sheets(SheetName).Cells.EntireColumn.AutoFit&lt;BR /&gt; msgbox "Category " &amp;amp; Category&lt;BR /&gt; ExcelDoc.Sheets(SheetName).name = Category&lt;BR /&gt;end function&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;function sendMail(reportFiles)&lt;BR /&gt;'msgbox reportFiles&lt;BR /&gt; Dim objEmail&lt;BR /&gt; Dim strMailTo&lt;BR /&gt;&lt;BR /&gt; Const cdoSendUsingPort = 2 ' Send the message using SMTP&lt;BR /&gt; 'Const cdoBasicAuth = 1 ' Clear-text authentication&lt;BR /&gt; Const cdoTimeout = 60 ' Timeout for SMTP in seconds&lt;BR /&gt; 'Const cdoPort = 25 ' Port number for SMTP&lt;BR /&gt;&lt;BR /&gt; Const cdoNTLM = 2&lt;BR /&gt;&lt;BR /&gt; 'Const cdoDSNSuccessFailOrDelay = 14 'Success, failure or delay&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; 'Get Selected values from field "mailto"&lt;BR /&gt; Set objSelected = ActiveDocument.Fields("mailto").GetSelectedValues&lt;BR /&gt;&lt;BR /&gt; if objSelected.Count = 0 then ' Nothing Selected&lt;BR /&gt; 'msgbox ("No e-mail reciepient selected")&lt;BR /&gt; exit function&lt;BR /&gt; else&lt;BR /&gt; 'Sending mail&lt;BR /&gt; Set objEmail = CreateObject("CDO.Message")&lt;BR /&gt; Set objConf = objEmail.Configuration&lt;BR /&gt; Set objFlds = objConf.Fields&lt;BR /&gt;&lt;BR /&gt; With objFlds&lt;BR /&gt; '---------------------------------------------------------------------&lt;BR /&gt; ' SMTP server details&lt;BR /&gt; .Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = cdoSendUsingPort&lt;BR /&gt; .Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") = getVariable("mailServer")&lt;BR /&gt; .Item("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = cdoNTLM&lt;BR /&gt; .Item("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = getVariable("SMTPport")&lt;BR /&gt; .Item("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = False&lt;BR /&gt; .Item("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = cdoTimeout&lt;BR /&gt; .Update&lt;BR /&gt; '---------------------------------------------------------------------&lt;BR /&gt; End With&lt;BR /&gt;&lt;BR /&gt; 'For i = 0 to objSelected.Count-1 ' create mailTo list&lt;BR /&gt; ' strMailTo = strMailTo &amp;amp; objSelected.item(i).Text &amp;amp; ";"&lt;BR /&gt; ' msgbox "in for loop" &amp;amp; strMailTo&lt;BR /&gt; 'next&lt;BR /&gt; strMailTo = objSelected.item(i).Text&lt;BR /&gt;&lt;BR /&gt; 'strMailTo = left(strMailTo,len(strMailTo)-1) ' remove the last ; in list&lt;BR /&gt; 'msgbox strMailTo&lt;BR /&gt; objEmail.To = strMailTo&lt;BR /&gt; objEmail.From = """QlikView Admin"" &amp;lt;Qlik@piind.com&amp;gt;"&lt;BR /&gt; objEmail.Subject = getVariable("mailSubject")&lt;BR /&gt; objEmail.TextBody = getVariable("Body")&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; ' for each item in reportFiles ' Add selected reports to mail&lt;BR /&gt; ' if item &amp;lt;&amp;gt;"" then&lt;BR /&gt; 'msgbox "befire attachemnt" &amp;amp; reportFiles&lt;BR /&gt; objEmail.AddAttachment reportFiles&lt;BR /&gt; ' end if&lt;BR /&gt; ' next&lt;BR /&gt; objEmail.Send&lt;BR /&gt;&lt;BR /&gt; Set objFlds = Nothing&lt;BR /&gt; Set objConf = Nothing&lt;BR /&gt; Set objEmail = Nothing&lt;BR /&gt; end if&lt;BR /&gt; rem ** let QV sleep for 10 seconds **&lt;BR /&gt;'ActiveDocument.GetApplication.Sleep 10000&lt;BR /&gt;&lt;BR /&gt; 'msgbox ("Mail Sent")&lt;BR /&gt;&lt;BR /&gt;end function&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;function deleteReport(rFile)&lt;BR /&gt; set oFile = createObject("Scripting.FileSystemObject")&lt;BR /&gt;&lt;BR /&gt; currentStatus = oFile.FileExists(rFile)&lt;BR /&gt;&lt;BR /&gt; if currentStatus = true then&lt;BR /&gt; oFile.DeleteFile(rFile)&lt;BR /&gt; end if&lt;BR /&gt; set oFile = Nothing&lt;BR /&gt;end function&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;function getVariable(varName)&lt;BR /&gt;&lt;BR /&gt; set v = ActiveDocument.Variables(varName)&lt;BR /&gt; getVariable = v.GetContent.String&lt;BR /&gt;end function&lt;BR /&gt;&lt;BR /&gt;function getText(obj)&lt;BR /&gt; set mytext = ActiveDocument.GetSheetObject(obj)&lt;BR /&gt; prop = mytext.GetProperties&lt;BR /&gt; getText = prop.Layout.Text.v&lt;BR /&gt;end function&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sub selectcuser&lt;BR /&gt;ActiveDocument.Save&lt;BR /&gt;'set v2 = ActiveDocument.Variables("test")&lt;BR /&gt;'ActiveDocument.Fields("Email").Select v2.GetContent.String&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;'if tym &amp;gt; "08:30" and tym &amp;lt; "09:00" then&lt;BR /&gt;Set Euser = ActiveDocument.Fields("Email").GetPossibleValues&lt;BR /&gt;&lt;BR /&gt;For l=0 to Euser.Count -1&lt;BR /&gt;'msgbox Euser.Item(l).Text&lt;BR /&gt; ActiveDocument.Fields("mailto").Select Euser.Item(l).Text&lt;BR /&gt; 'Select v2.GetContent.String&lt;BR /&gt; 'Select Euser.Item(l).Text&lt;BR /&gt; '&lt;BR /&gt; ActiveDocument.Fields("Email").Select Euser.Item(l).Text&lt;BR /&gt; 'Select Euser.Item(l).Text&lt;BR /&gt; 'Select Euser.Item(l).Text&lt;BR /&gt; call test2&lt;BR /&gt;Next&lt;BR /&gt;'end if&lt;BR /&gt;&lt;BR /&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 13:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187568#M51193</guid>
      <dc:creator />
      <dc:date>2009-09-17T13:01:20Z</dc:date>
    </item>
    <item>
      <title>Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187569#M51194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the full code would have been helpful earlier, but at first quick sight I would say it should be ok and working (though I wonder why you activate the sheet thrice).&lt;/P&gt;&lt;P&gt;But try to replace the "Sleep" with ActiveDocument.GetApplication.WairForIdle&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 13:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187569#M51194</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-09-17T13:33:55Z</dc:date>
    </item>
    <item>
      <title>Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187570#M51195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with ActiveDocument.GetApplication.WaitFor Idle&lt;/P&gt;&lt;P&gt;giving error&lt;/P&gt;&lt;P&gt;Object doesn't support this property or method: 'ActiveDocument.GetApplication.WairForIdle'&lt;/P&gt;&lt;P&gt;Rest of the code working well with 7.5 ver but on 9 its giving error-- is some memory issue or something else can cause&lt;/P&gt;&lt;P&gt;Same code with other files are wkg but there table data is very less.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 13:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187570#M51195</guid>
      <dc:creator />
      <dc:date>2009-09-17T13:59:05Z</dc:date>
    </item>
    <item>
      <title>Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187571#M51196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can hardly believe that Sleep worked and ActiveDocument.GetApplication.WaitForIdle does not work! Did you really type it correctly WaitForIdle and NOT as in your post: WaitFor Idle ?&lt;/P&gt;&lt;P&gt;Can't imagine that it's a memory issue, but not impossible, 9.0 is buggy enough. I'd hand it to the support.&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 14:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187571#M51196</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-09-17T14:09:48Z</dc:date>
    </item>
    <item>
      <title>Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187572#M51197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya, i type it correctly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 15:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187572#M51197</guid>
      <dc:creator />
      <dc:date>2009-09-17T15:20:44Z</dc:date>
    </item>
    <item>
      <title>Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187573#M51198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well. I'm out of ideas now and it's hard to guess without the whole app. As said I would give it to the support.. Perhaps someone else here has a heureka ..&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 15:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187573#M51198</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-09-17T15:30:08Z</dc:date>
    </item>
    <item>
      <title>Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187574#M51199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to add attachment to reply qvw report&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 19:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187574#M51199</guid>
      <dc:creator />
      <dc:date>2009-09-17T19:05:12Z</dc:date>
    </item>
    <item>
      <title>Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187575#M51200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you mean you want to add an attachment here: you must "Reply" (not possible with Quick Reply) and can add an attachment on the OptionsTab there.&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 19:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187575#M51200</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-09-17T19:09:05Z</dc:date>
    </item>
    <item>
      <title>Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187576#M51201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attaching the qvw file for same.&lt;/P&gt;&lt;P&gt;Its picks data from various sourse , generate excel file and mail&lt;/P&gt;&lt;P&gt;Its required c:\ToSent folder for same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2009 11:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187576#M51201</guid>
      <dc:creator />
      <dc:date>2009-09-18T11:34:18Z</dc:date>
    </item>
    <item>
      <title>Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187577#M51202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 14:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187577#M51202</guid>
      <dc:creator />
      <dc:date>2009-09-22T14:00:07Z</dc:date>
    </item>
    <item>
      <title>Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187578#M51203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attaching the qvw file for same.&lt;/P&gt;&lt;P&gt;Its picks data from various sourse , generate excel file and mail&lt;/P&gt;&lt;P&gt;Its required c:\ToSent folder for same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 11:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187578#M51203</guid>
      <dc:creator />
      <dc:date>2009-09-25T11:40:47Z</dc:date>
    </item>
    <item>
      <title>Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187579#M51204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attaching the qvw file for same.&lt;/P&gt;&lt;P&gt;Its picks data from various sourse , generate excel file and mail&lt;/P&gt;&lt;P&gt;Its required c:\ToSent folder for same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 16:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187579#M51204</guid>
      <dc:creator />
      <dc:date>2009-09-25T16:32:03Z</dc:date>
    </item>
    <item>
      <title>Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187580#M51205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do one thing..first pay the license cost..cut copy paste dont work always...it is security issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 21:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187580#M51205</guid>
      <dc:creator />
      <dc:date>2009-09-29T21:50:50Z</dc:date>
    </item>
    <item>
      <title>Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187581#M51206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lots of programing is being done in the given code..so its better read and understand code line by line..then try to correct it..no copy paste....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 21:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187581#M51206</guid>
      <dc:creator />
      <dc:date>2009-09-29T21:52:54Z</dc:date>
    </item>
    <item>
      <title>Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187582#M51207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already mentioned same file wkg with 7.5 but giving error in 9.&lt;/P&gt;&lt;P&gt;So its not security issue it could be memory/clipbord issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 12:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187582#M51207</guid>
      <dc:creator />
      <dc:date>2009-09-30T12:40:07Z</dc:date>
    </item>
    <item>
      <title>Export to Excel through macro in qlickview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187583#M51208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jaswinder,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would this macro work from Publisher?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 11:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-through-macro-in-qlickview-9/m-p/187583#M51208</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2012-01-12T11:57:55Z</dc:date>
    </item>
  </channel>
</rss>

