<?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: macros in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/macros/m-p/1009374#M956066</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 already have the table. I need to insert the values into the table..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Nov 2015 09:52:44 GMT</pubDate>
    <dc:creator>raadwiptec</dc:creator>
    <dc:date>2015-11-17T09:52:44Z</dc:date>
    <item>
      <title>macros</title>
      <link>https://community.qlik.com/t5/QlikView/macros/m-p/1009368#M956060</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;Can anybody share the macro or vb script to write a table in the access database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 09:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macros/m-p/1009368#M956060</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2015-11-17T09:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: macros</title>
      <link>https://community.qlik.com/t5/QlikView/macros/m-p/1009369#M956061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the following thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://bytes.com/topic/access/answers/771480-possible-write-macro-creates-new-table" title="https://bytes.com/topic/access/answers/771480-possible-write-macro-creates-new-table"&gt;Possible to write a macro that creates a new table? - Microsoft Access / VBA&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 09:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macros/m-p/1009369#M956061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T09:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: macros</title>
      <link>https://community.qlik.com/t5/QlikView/macros/m-p/1009370#M956062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/72934"&gt;Problem with WriteBack to MS-Access&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 09:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macros/m-p/1009370#M956062</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2015-11-17T09:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: macros</title>
      <link>https://community.qlik.com/t5/QlikView/macros/m-p/1009371#M956063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/1048" title="https://community.qlikview.com/thread/1048"&gt;Update and external Database with a Macro. | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 09:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macros/m-p/1009371#M956063</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-11-17T09:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: macros</title>
      <link>https://community.qlik.com/t5/QlikView/macros/m-p/1009372#M956064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set MAccApp = CreateObject("MSacess.Application")&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;MAccApp&lt;/SPAN&gt;.Visible = true&lt;/P&gt;&lt;P&gt;set &lt;SPAN style="font-size: 13.3333px;"&gt;MAcc&lt;/SPAN&gt;Doc =&lt;SPAN style="font-size: 13.3333px;"&gt;MAccApp&lt;/SPAN&gt;.Dat.Open("Template file")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set PHARMA = &lt;SPAN style="font-size: 13.3333px;"&gt;MAcc&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Doc&lt;/SPAN&gt;.Database("Datasheet Name")&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("ChartId").CopyTableToClipboard true&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 13.3333px;"&gt;MAcc&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Doc&lt;/SPAN&gt;.&lt;SPAN style="font-size: 13.3333px;"&gt;Database&lt;/SPAN&gt;("&lt;SPAN style="font-size: 13.3333px;"&gt;Datasheet Name&lt;/SPAN&gt;").Activate&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 09:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macros/m-p/1009372#M956064</guid>
      <dc:creator />
      <dc:date>2015-11-17T09:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: macros</title>
      <link>https://community.qlik.com/t5/QlikView/macros/m-p/1009373#M956065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi devanand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;already table exists in the database. I need to insert the values in the table. does the above code does the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 09:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macros/m-p/1009373#M956065</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2015-11-17T09:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: macros</title>
      <link>https://community.qlik.com/t5/QlikView/macros/m-p/1009374#M956066</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 already have the table. I need to insert the values into the table..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 09:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macros/m-p/1009374#M956066</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2015-11-17T09:52:44Z</dc:date>
    </item>
  </channel>
</rss>

