<?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 Number of exportet rows/columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Number-of-exportet-rows-columns/m-p/227467#M79575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it&lt;/P&gt;&lt;P&gt;sub ToExcel&lt;BR /&gt; ........&lt;BR /&gt; iCol= XLSheet.UsedRange.Columns.Count&lt;BR /&gt; iRow = XLSheet.UsedRange.Rows.Count&lt;BR /&gt; Call RefToColl(iCol, sLett)&lt;BR /&gt; ............&lt;BR /&gt;end sub&lt;BR /&gt;&lt;BR /&gt;'*************************************************************************&lt;BR /&gt;'* Per calcolare ultima colonna in excel&lt;BR /&gt;'*************************************************************************&lt;BR /&gt;function RefToColl(iCol, sLett)&lt;BR /&gt; aCol1 = iCol&lt;BR /&gt; slett = ""&lt;BR /&gt; if icol &amp;gt; 26 then&lt;BR /&gt; aCol1 = iCol -26&lt;BR /&gt; sLett = "A"&lt;BR /&gt; end if&lt;BR /&gt; if icol &amp;gt; 52 then&lt;BR /&gt; aCol1 = iCol -52&lt;BR /&gt; sLett = "B"&lt;BR /&gt; end if&lt;BR /&gt; if icol &amp;gt; 78 then&lt;BR /&gt; aCol1 = iCol -78&lt;BR /&gt; sLett = "C"&lt;BR /&gt; end if&lt;BR /&gt; if icol &amp;gt; 104 then&lt;BR /&gt; aCol1 = iCol -104&lt;/P&gt;&lt;P&gt;sLett = "D"&lt;BR /&gt; end if&lt;BR /&gt; Slett = SLett + Chr(65 + ACol1 - 1)&lt;BR /&gt; MsgBox("columns " &amp;amp;Acol&amp;amp;" Lettera "&amp;amp;slett)&lt;BR /&gt;end Function&lt;/P&gt;&lt;P&gt;Ciao! &lt;IMG alt="Wink" src="http://community.qlik.com/emoticons/emotion-5.gif" /&gt;&lt;/P&gt;&lt;P&gt;Daniela&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2009 16:21:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-29T16:21:46Z</dc:date>
    <item>
      <title>Number of exportet rows/columns</title>
      <link>https://community.qlik.com/t5/QlikView/Number-of-exportet-rows-columns/m-p/227465#M79573</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'm exporting table charts to excel via macro. Is it possible to get the number of the exported rows and columns?&lt;BR /&gt;I'd like to do a specific cell formatting in the cells that contain data.&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Aloah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 14:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-of-exportet-rows-columns/m-p/227465#M79573</guid>
      <dc:creator />
      <dc:date>2009-10-29T14:33:02Z</dc:date>
    </item>
    <item>
      <title>Number of exportet rows/columns</title>
      <link>https://community.qlik.com/t5/QlikView/Number-of-exportet-rows-columns/m-p/227466#M79574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found the solution: XLSheet.Cells.SpecialCells(11).Row&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 15:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-of-exportet-rows-columns/m-p/227466#M79574</guid>
      <dc:creator />
      <dc:date>2009-10-29T15:50:46Z</dc:date>
    </item>
    <item>
      <title>Number of exportet rows/columns</title>
      <link>https://community.qlik.com/t5/QlikView/Number-of-exportet-rows-columns/m-p/227467#M79575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it&lt;/P&gt;&lt;P&gt;sub ToExcel&lt;BR /&gt; ........&lt;BR /&gt; iCol= XLSheet.UsedRange.Columns.Count&lt;BR /&gt; iRow = XLSheet.UsedRange.Rows.Count&lt;BR /&gt; Call RefToColl(iCol, sLett)&lt;BR /&gt; ............&lt;BR /&gt;end sub&lt;BR /&gt;&lt;BR /&gt;'*************************************************************************&lt;BR /&gt;'* Per calcolare ultima colonna in excel&lt;BR /&gt;'*************************************************************************&lt;BR /&gt;function RefToColl(iCol, sLett)&lt;BR /&gt; aCol1 = iCol&lt;BR /&gt; slett = ""&lt;BR /&gt; if icol &amp;gt; 26 then&lt;BR /&gt; aCol1 = iCol -26&lt;BR /&gt; sLett = "A"&lt;BR /&gt; end if&lt;BR /&gt; if icol &amp;gt; 52 then&lt;BR /&gt; aCol1 = iCol -52&lt;BR /&gt; sLett = "B"&lt;BR /&gt; end if&lt;BR /&gt; if icol &amp;gt; 78 then&lt;BR /&gt; aCol1 = iCol -78&lt;BR /&gt; sLett = "C"&lt;BR /&gt; end if&lt;BR /&gt; if icol &amp;gt; 104 then&lt;BR /&gt; aCol1 = iCol -104&lt;/P&gt;&lt;P&gt;sLett = "D"&lt;BR /&gt; end if&lt;BR /&gt; Slett = SLett + Chr(65 + ACol1 - 1)&lt;BR /&gt; MsgBox("columns " &amp;amp;Acol&amp;amp;" Lettera "&amp;amp;slett)&lt;BR /&gt;end Function&lt;/P&gt;&lt;P&gt;Ciao! &lt;IMG alt="Wink" src="http://community.qlik.com/emoticons/emotion-5.gif" /&gt;&lt;/P&gt;&lt;P&gt;Daniela&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 16:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-of-exportet-rows-columns/m-p/227467#M79575</guid>
      <dc:creator />
      <dc:date>2009-10-29T16:21:46Z</dc:date>
    </item>
  </channel>
</rss>

