<?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: Freeze panes while generating a Excel file using macros in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/Freeze-panes-while-generating-a-Excel-file-using-macros/m-p/685383#M3187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;airSheet.Activate&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jul 2014 14:11:25 GMT</pubDate>
    <dc:creator>whiteline</dc:creator>
    <dc:date>2014-07-01T14:11:25Z</dc:date>
    <item>
      <title>Freeze panes while generating a Excel file using macros</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Freeze-panes-while-generating-a-Excel-file-using-macros/m-p/685378#M3182</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 want to freeze all panes in my four worksheets.i am using the below code to freeze panes in sheet1 code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;airSheet.Range("A2").Select&lt;/P&gt;&lt;P&gt;'XLApp.ActiveWindow.FreezePanes = True&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i use this same code in sheet2 also means it is throwing subscript out of range exception &lt;/P&gt;&lt;P&gt;kindly provide me a solution &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sivaramakrishnan K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 05:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Freeze-panes-while-generating-a-Excel-file-using-macros/m-p/685378#M3182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-01T05:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Freeze panes while generating a Excel file using macros</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Freeze-panes-while-generating-a-Excel-file-using-macros/m-p/685379#M3183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a VBA question, not QlikView.&lt;/P&gt;&lt;P&gt;You'd better to post it on the corresponding forum.&lt;/P&gt;&lt;P&gt;In addition your post is in the wrong discussion section.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 05:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Freeze-panes-while-generating-a-Excel-file-using-macros/m-p/685379#M3183</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-07-01T05:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Freeze panes while generating a Excel file using macros</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Freeze-panes-while-generating-a-Excel-file-using-macros/m-p/685380#M3184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is throwing below mentioned error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select method of Range class failed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 05:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Freeze-panes-while-generating-a-Excel-file-using-macros/m-p/685380#M3184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-01T05:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Freeze panes while generating a Excel file using macros</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Freeze-panes-while-generating-a-Excel-file-using-macros/m-p/685381#M3185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;It's because you don't bother yourself to read the VBA for Excel documentation.&lt;/P&gt;&lt;P&gt;You need to Activate the sheet before performing selections on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 06:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Freeze-panes-while-generating-a-Excel-file-using-macros/m-p/685381#M3185</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-07-01T06:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Freeze panes while generating a Excel file using macros</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Freeze-panes-while-generating-a-Excel-file-using-macros/m-p/685382#M3186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u show any sample how to do that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 12:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Freeze-panes-while-generating-a-Excel-file-using-macros/m-p/685382#M3186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-01T12:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Freeze panes while generating a Excel file using macros</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Freeze-panes-while-generating-a-Excel-file-using-macros/m-p/685383#M3187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;airSheet.Activate&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 14:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Freeze-panes-while-generating-a-Excel-file-using-macros/m-p/685383#M3187</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-07-01T14:11:25Z</dc:date>
    </item>
  </channel>
</rss>

