<?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: sending mail using VB Script(Macros) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/sending-mail-using-VB-Script-Macros/m-p/648617#M237430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub SELECT_OT&lt;/P&gt;&lt;P&gt;SendToCC = ActiveDocument.GetSheetObject("TX101").gettext&lt;BR /&gt;'ActiveDocument.GetSheetObject("TX99").copytexttoclipboard&lt;BR /&gt;hi = ActiveDocument.GetSheetObject("TX98").gettext&lt;BR /&gt;go = ActiveDocument.GetSheetObject("TX111").GetText&lt;BR /&gt;'Sbjct = ActiveDocument.GetSheetObject("TX113").GetText&lt;BR /&gt;Set myApp = CreateObject ("Outlook.Application")&lt;BR /&gt;Set myMessage = myApp.CreateItem(olMailItem)&lt;BR /&gt;myMessage.BodyFormat = 3&amp;nbsp; 'Outlook.OlBodyFormat.olFormatRichText&lt;BR /&gt; &lt;BR /&gt;myMessage.To = "receipient@emailid"&lt;BR /&gt;myMessage.Subject = ActiveDocument.GetSheetObject("TX113").GetText&lt;BR /&gt;myMessage.cc = SendToCC&lt;BR /&gt;myMessage.Body = go&lt;BR /&gt;myMessage.Display&lt;/P&gt;&lt;P&gt;'myMessage.Send&lt;BR /&gt;'msgbox("Mail Sent")&lt;BR /&gt;Set myMessage = Nothing &lt;BR /&gt;Set myApp = Nothing&lt;BR /&gt;Set myInspector = Nothing&lt;BR /&gt;Set myDoc = Nothing&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Code C@pplis").Clear&lt;BR /&gt;ActiveDocument.Fields("Template").Clear&lt;BR /&gt;ActiveDocument.Fields("Techno").Clear&lt;BR /&gt;End sub&lt;/P&gt;&lt;P&gt;................&lt;/P&gt;&lt;P&gt;It is working for my app&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bhumika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2014 09:07:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-06-25T09:07:39Z</dc:date>
    <item>
      <title>sending mail using VB Script(Macros)</title>
      <link>https://community.qlik.com/t5/QlikView/sending-mail-using-VB-Script-Macros/m-p/648615#M237428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI guyz,&lt;/P&gt;&lt;P&gt;can any give me snippet to send mail with system pics in the body of the mail(not as attachment) and i am working on remote desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sampath Botla.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 06:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sending-mail-using-VB-Script-Macros/m-p/648615#M237428</guid>
      <dc:creator />
      <dc:date>2014-06-25T06:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: sending mail using VB Script(Macros)</title>
      <link>https://community.qlik.com/t5/QlikView/sending-mail-using-VB-Script-Macros/m-p/648616#M237429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pfa sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 09:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sending-mail-using-VB-Script-Macros/m-p/648616#M237429</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-06-25T09:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: sending mail using VB Script(Macros)</title>
      <link>https://community.qlik.com/t5/QlikView/sending-mail-using-VB-Script-Macros/m-p/648617#M237430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub SELECT_OT&lt;/P&gt;&lt;P&gt;SendToCC = ActiveDocument.GetSheetObject("TX101").gettext&lt;BR /&gt;'ActiveDocument.GetSheetObject("TX99").copytexttoclipboard&lt;BR /&gt;hi = ActiveDocument.GetSheetObject("TX98").gettext&lt;BR /&gt;go = ActiveDocument.GetSheetObject("TX111").GetText&lt;BR /&gt;'Sbjct = ActiveDocument.GetSheetObject("TX113").GetText&lt;BR /&gt;Set myApp = CreateObject ("Outlook.Application")&lt;BR /&gt;Set myMessage = myApp.CreateItem(olMailItem)&lt;BR /&gt;myMessage.BodyFormat = 3&amp;nbsp; 'Outlook.OlBodyFormat.olFormatRichText&lt;BR /&gt; &lt;BR /&gt;myMessage.To = "receipient@emailid"&lt;BR /&gt;myMessage.Subject = ActiveDocument.GetSheetObject("TX113").GetText&lt;BR /&gt;myMessage.cc = SendToCC&lt;BR /&gt;myMessage.Body = go&lt;BR /&gt;myMessage.Display&lt;/P&gt;&lt;P&gt;'myMessage.Send&lt;BR /&gt;'msgbox("Mail Sent")&lt;BR /&gt;Set myMessage = Nothing &lt;BR /&gt;Set myApp = Nothing&lt;BR /&gt;Set myInspector = Nothing&lt;BR /&gt;Set myDoc = Nothing&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Code C@pplis").Clear&lt;BR /&gt;ActiveDocument.Fields("Template").Clear&lt;BR /&gt;ActiveDocument.Fields("Techno").Clear&lt;BR /&gt;End sub&lt;/P&gt;&lt;P&gt;................&lt;/P&gt;&lt;P&gt;It is working for my app&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bhumika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 09:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sending-mail-using-VB-Script-Macros/m-p/648617#M237430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-25T09:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: sending mail using VB Script(Macros)</title>
      <link>https://community.qlik.com/t5/QlikView/sending-mail-using-VB-Script-Macros/m-p/648618#M237431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhumika,&lt;/P&gt;&lt;P&gt;i am working on remote desktop so will it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Sampath Botla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 09:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sending-mail-using-VB-Script-Macros/m-p/648618#M237431</guid>
      <dc:creator />
      <dc:date>2014-06-25T09:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: sending mail using VB Script(Macros)</title>
      <link>https://community.qlik.com/t5/QlikView/sending-mail-using-VB-Script-Macros/m-p/648619#M237432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Microsoft office is not istalled there, so it wont work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 14:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sending-mail-using-VB-Script-Macros/m-p/648619#M237432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-25T14:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: sending mail using VB Script(Macros)</title>
      <link>https://community.qlik.com/t5/QlikView/sending-mail-using-VB-Script-Macros/m-p/648620#M237433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhumika,&lt;/P&gt;&lt;P&gt;Then how can i run that macro in remote desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Sampath Botla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 06:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sending-mail-using-VB-Script-Macros/m-p/648620#M237433</guid>
      <dc:creator />
      <dc:date>2014-06-26T06:13:59Z</dc:date>
    </item>
  </channel>
</rss>

