<?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 Macro Problem.....Creating folder using macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-Problem-Creating-folder-using-macro/m-p/264803#M587583</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;when you are in the macro module screen at the bottom left in "Request module security" choose "System access" and in "Current local security" choose "Allow system access". This will allow QV to access the file system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Stefan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Jun 2011 18:25:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-05T18:25:42Z</dc:date>
    <item>
      <title>Macro Problem.....Creating folder using macro</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-Problem-Creating-folder-using-macro/m-p/264802#M587582</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;Please help out.....thanks in advance......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the following macro I use......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;&lt;STRONG&gt;sub test&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;&lt;STRONG&gt;dim fsoObj&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;&lt;STRONG&gt;set fsoObj = CreateObject("Scripting.FileSystemObject")&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;&lt;STRONG&gt;set obj = ActiveDocument.GetSheetObject("CH01")&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;&lt;STRONG&gt;fsoObj.CreateFolder("C:\Images")&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;&lt;STRONG&gt;obj.ExportBitmapToFile "C:\Images\test.bmp"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;&lt;STRONG&gt;end sub&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;and I get the following error msg.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;&lt;STRONG&gt;ActiveX component can't create object: 'Scripting.FileSystemObject'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;pls help me out.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;All I need is to create a folder in the c drive with the name Images.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2011 18:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-Problem-Creating-folder-using-macro/m-p/264802#M587582</guid>
      <dc:creator />
      <dc:date>2011-06-05T18:19:31Z</dc:date>
    </item>
    <item>
      <title>Macro Problem.....Creating folder using macro</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-Problem-Creating-folder-using-macro/m-p/264803#M587583</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;when you are in the macro module screen at the bottom left in "Request module security" choose "System access" and in "Current local security" choose "Allow system access". This will allow QV to access the file system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Stefan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2011 18:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-Problem-Creating-folder-using-macro/m-p/264803#M587583</guid>
      <dc:creator />
      <dc:date>2011-06-05T18:25:42Z</dc:date>
    </item>
    <item>
      <title>Macro Problem.....Creating folder using macro</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-Problem-Creating-folder-using-macro/m-p/264804#M587584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Prasanna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's because of the security issue only means the system is not accepting the request of creating a folder.&lt;/P&gt;&lt;P&gt;so you have to give the system access first which stefan mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly,&lt;/P&gt;&lt;P&gt;Vinoth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 13:55:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-Problem-Creating-folder-using-macro/m-p/264804#M587584</guid>
      <dc:creator />
      <dc:date>2011-06-06T13:55:02Z</dc:date>
    </item>
    <item>
      <title>Macro Problem.....Creating folder using macro</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-Problem-Creating-folder-using-macro/m-p/264805#M587585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;when you are in the macro module screen at the bottom left in "Request module security" choose "System access" and in "Current local security" choose "Allow system access". This will allow QV to access the file system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Stefan"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks - this did the trick for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 15:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-Problem-Creating-folder-using-macro/m-p/264805#M587585</guid>
      <dc:creator />
      <dc:date>2011-07-27T15:23:07Z</dc:date>
    </item>
  </channel>
</rss>

