<?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: html and word in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/html-and-word/m-p/107417#M1235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now working on hard coding the ods options for the required outputs, so hopefully will work then.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2012 16:16:17 GMT</pubDate>
    <dc:creator>VD</dc:creator>
    <dc:date>2012-10-29T16:16:17Z</dc:date>
    <item>
      <title>html and word</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/html-and-word/m-p/107414#M1232</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;I want to write a code which outputs a text in a html file. For instance,&lt;/P&gt;&lt;P&gt;ods html text="^S={font=('Arial',20pt,bold) outputwidth=100% just=c foreground=red}Test String";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works on an html output but I also want to get the same text using MS Office add-in. So, when I run a stored process using the add-in, the text should appear in the MS Word document. Is there a way of doing this without explicitly coding rtf options?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, what would be the rtf options which allows me to get the output from the office add-in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;VD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 10:16:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/html-and-word/m-p/107414#M1232</guid>
      <dc:creator>VD</dc:creator>
      <dc:date>2012-10-26T10:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: html and word</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/html-and-word/m-p/107415#M1233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't use the office add in so this is a gues, but I would try using just ODS Text=. Then the text should go to all open ODS destinations. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 15:10:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/html-and-word/m-p/107415#M1233</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-10-26T15:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: html and word</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/html-and-word/m-p/107416#M1234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;In your stored process code, you can change your value for the reserved macro variable for destination:&amp;nbsp; &amp;amp;_ODSDEST=RTF or &amp;amp;_ODSDEST=HTML;&amp;nbsp; or you can explicitly use client-side options to alter the Stored Process results using the Add-in Options menu. If you do NOT have any overrides for &amp;amp;_ODSDEST, it is possible that the default result type in Word is SASReport XML.&amp;nbsp; I'm not sure that SASReport XML will accept ODS TEXT= strings and/or style overrides. So, you might want to be sure that the Word Add-in is &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;not&lt;/STRONG&gt;&lt;/SPAN&gt; receiving SASReport XML results -- either by explicitly coding a value for &amp;amp;_ODSDEST or by checking the Add-in Options before you run the SP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, as long as you use ODS HTML TEXT=, ODS RTF would not get sent your text string. As ballardw says, the simple form ODS TEXT= is a better choice because it will write to all open destinations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Oct 2012 17:24:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/html-and-word/m-p/107416#M1234</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-10-28T17:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: html and word</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/html-and-word/m-p/107417#M1235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now working on hard coding the ods options for the required outputs, so hopefully will work then.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 16:16:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/html-and-word/m-p/107417#M1235</guid>
      <dc:creator>VD</dc:creator>
      <dc:date>2012-10-29T16:16:17Z</dc:date>
    </item>
  </channel>
</rss>

