<?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: OSD Excel make style like &amp;quot;Results&amp;quot; -&amp;gt; &amp;quot;Send to Excel&amp;quot; in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/OSD-Excel-make-style-like-quot-Results-quot-gt-quot-Send-to/m-p/426257#M20139</link>
    <description>&lt;P&gt;Check to see if you created new versions of your styles in, most likely, SASUSER.Templat that are being used currently.&lt;/P&gt;
&lt;P&gt;If using the SAS DMS (older "base" SAS) right click on the text Results in manager window (not results viewer), navigate to templates and check. Or use Proc Template to list styles available ins SASUSER.TEMPLAT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so you can delete them and the default styles would be in SASHELP.TMPLMST. Deleting the other styles would leave the defaults as the ones used when called.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you actually wrote to SASHELP.TMPLMST then you'll need to do some extra work, likely with a colleague.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jan 2018 22:13:10 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-01-09T22:13:10Z</dc:date>
    <item>
      <title>OSD Excel make style like "Results" -&gt; "Send to Excel"</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/OSD-Excel-make-style-like-quot-Results-quot-gt-quot-Send-to/m-p/426225#M20135</link>
      <description>&lt;P&gt;If I make a proc tabulate and then in the Results tab Send to Excel, the excel file is perfect!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I do it with ODS excel it is&amp;nbsp;not as neatly formatted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an option to make the ODS excel for proc tabulate exactly like the "Send to Excel"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 20:29:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/OSD-Excel-make-style-like-quot-Results-quot-gt-quot-Send-to/m-p/426225#M20135</guid>
      <dc:creator>fieldsa83</dc:creator>
      <dc:date>2018-01-09T20:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: OSD Excel make style like "Results" -&gt; "Send to Excel"</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/OSD-Excel-make-style-like-quot-Results-quot-gt-quot-Send-to/m-p/426227#M20136</link>
      <description>&lt;P&gt;Try changing the style, I think the default for send to Excel is HTMLBlue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel stylel=htmlBlue options(... );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 09 Jan 2018 20:33:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/OSD-Excel-make-style-like-quot-Results-quot-gt-quot-Send-to/m-p/426227#M20136</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-09T20:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: OSD Excel make style like "Results" -&gt; "Send to Excel"</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/OSD-Excel-make-style-like-quot-Results-quot-gt-quot-Send-to/m-p/426229#M20137</link>
      <description>&lt;P&gt;Also I completely messed up my styles trying to do this before. Is there a way to reset them all to default? I think I overwrote HTMLBLUE.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 20:42:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/OSD-Excel-make-style-like-quot-Results-quot-gt-quot-Send-to/m-p/426229#M20137</guid>
      <dc:creator>fieldsa83</dc:creator>
      <dc:date>2018-01-09T20:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: OSD Excel make style like "Results" -&gt; "Send to Excel"</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/OSD-Excel-make-style-like-quot-Results-quot-gt-quot-Send-to/m-p/426235#M20138</link>
      <description>&lt;P&gt;I think the solution I've found historically was to recreate them from a colleagues installation. I don't recall the exact steps, so I'd consider working with tech support on this.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 20:50:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/OSD-Excel-make-style-like-quot-Results-quot-gt-quot-Send-to/m-p/426235#M20138</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-09T20:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: OSD Excel make style like "Results" -&gt; "Send to Excel"</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/OSD-Excel-make-style-like-quot-Results-quot-gt-quot-Send-to/m-p/426257#M20139</link>
      <description>&lt;P&gt;Check to see if you created new versions of your styles in, most likely, SASUSER.Templat that are being used currently.&lt;/P&gt;
&lt;P&gt;If using the SAS DMS (older "base" SAS) right click on the text Results in manager window (not results viewer), navigate to templates and check. Or use Proc Template to list styles available ins SASUSER.TEMPLAT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so you can delete them and the default styles would be in SASHELP.TMPLMST. Deleting the other styles would leave the defaults as the ones used when called.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you actually wrote to SASHELP.TMPLMST then you'll need to do some extra work, likely with a colleague.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 22:13:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/OSD-Excel-make-style-like-quot-Results-quot-gt-quot-Send-to/m-p/426257#M20139</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-01-09T22:13:10Z</dc:date>
    </item>
  </channel>
</rss>

