<?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: VBA Macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/VBA-Macro/m-p/1613728#M734501</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29675"&gt;@Frank_Hartmann&lt;/a&gt;&amp;nbsp;san,&lt;/P&gt;&lt;P&gt;Thank you for your quick reply.&lt;/P&gt;&lt;P&gt;It worked perfectly!&lt;/P&gt;</description>
    <pubDate>Mon, 19 Aug 2019 09:20:33 GMT</pubDate>
    <dc:creator>Yuhka</dc:creator>
    <dc:date>2019-08-19T09:20:33Z</dc:date>
    <item>
      <title>VBA Macro</title>
      <link>https://community.qlik.com/t5/QlikView/VBA-Macro/m-p/1613717#M734499</link>
      <description>&lt;P&gt;Hello everyone, I'm new to qlikview and VBA macro.&lt;/P&gt;&lt;P&gt;I have&amp;nbsp;an issue with VBA macro on my qvw.&lt;/P&gt;&lt;P&gt;Using macro, I would like to&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;get the values on the text object (TX01)&lt;/LI&gt;&lt;LI&gt;showing error message in case&amp;nbsp;the text="0"&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Now I can get the text but can't show the message. It seems the macro doesn't work.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;FONT color="#0000ff"&gt;Sub&lt;/FONT&gt; Check&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;msg = "not selected"&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;FONT color="#0000ff"&gt;set&lt;/FONT&gt; i = ActiveDocument.GetSheetObject("TX01").text&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;FONT color="#0000ff"&gt;if&lt;/FONT&gt; i="0" &lt;FONT color="#0000ff"&gt;then&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;FONT color="#0000ff"&gt;MsgBox&lt;/FONT&gt;(msg)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2" color="#0000ff"&gt;end if&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2" color="#0000ff"&gt;end Sub&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I would make some mistakes on my expression, please help me.&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBA-Macro/m-p/1613717#M734499</guid>
      <dc:creator>Yuhka</dc:creator>
      <dc:date>2024-11-16T02:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: VBA Macro</title>
      <link>https://community.qlik.com/t5/QlikView/VBA-Macro/m-p/1613724#M734500</link>
      <description>&lt;P&gt;try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sub Check
msg = "not selected"	
set mytextbox = ActiveDocument.GetSheetObject("TX01")
i = mytextbox.getText
if i="0" then 
MsgBox(msg) 
else Msgbox(i)
end if
end Sub&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 19 Aug 2019 09:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBA-Macro/m-p/1613724#M734500</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2019-08-19T09:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: VBA Macro</title>
      <link>https://community.qlik.com/t5/QlikView/VBA-Macro/m-p/1613728#M734501</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29675"&gt;@Frank_Hartmann&lt;/a&gt;&amp;nbsp;san,&lt;/P&gt;&lt;P&gt;Thank you for your quick reply.&lt;/P&gt;&lt;P&gt;It worked perfectly!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 09:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBA-Macro/m-p/1613728#M734501</guid>
      <dc:creator>Yuhka</dc:creator>
      <dc:date>2019-08-19T09:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: VBA Macro</title>
      <link>https://community.qlik.com/t5/QlikView/VBA-Macro/m-p/1613790#M734502</link>
      <description>&lt;P&gt;&lt;FONT color="#0000ff"&gt;set&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;i = ActiveDocument.GetSheetObject("TX01")&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 11:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBA-Macro/m-p/1613790#M734502</guid>
      <dc:creator>Claudiu_Anghelescu</dc:creator>
      <dc:date>2019-08-19T11:21:57Z</dc:date>
    </item>
  </channel>
</rss>

