<?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: ODS EXCEL- There is a missing space when applying a style for certain parts of the title in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493535#M21648</link>
    <description>&lt;P&gt;It's not working. I guess I will give up on changing the style. Thank you&lt;/P&gt;</description>
    <pubDate>Fri, 07 Sep 2018 16:07:09 GMT</pubDate>
    <dc:creator>Jen579</dc:creator>
    <dc:date>2018-09-07T16:07:09Z</dc:date>
    <item>
      <title>ODS EXCEL- There is a missing space when applying a style for certain parts of the title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493449#M21641</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want the date in the title to be bold. It works using ^S{} but when I open the Excel file there is a missing space between "by" and the date. I tried different things but I can't make it work. Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods excel file="C:\test.xlsx" options(embedded_titles="Yes");&lt;BR /&gt;TITLE1 J=L font='Helvetica' height=14pt "Please submit a completed and update your data, by ^S={font_weight=bold} &amp;amp;sysdate." ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ods escapechar="^";&lt;BR /&gt;&amp;nbsp; &amp;nbsp; proc print data=sashelp.bmt;run;&lt;BR /&gt;ods excel close;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 15:22:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493449#M21641</guid>
      <dc:creator>Jen579</dc:creator>
      <dc:date>2018-09-07T15:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL- There is a missing space when applying a style for certain parts of the title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493459#M21642</link>
      <description>&lt;P&gt;What version of SAS are you using?&lt;/P&gt;
&lt;P&gt;I'm on 9.4 TS1M5 and when I run your code it mostly works fine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's an error opening the excel file because it has the wrong extension - it should be XLSX.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're version is earlier than SAS 9.4TS1M3 then ODS EXCEL was still experimental then.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/231524"&gt;@Jen579&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want the date in the title to be bold. It works using ^S{} but when I open the Excel file there is a missing space between "by" and the date. I tried different things but I can't make it work. Any ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods excel file="C:\test.xls" options(embedded_titles="Yes");&lt;BR /&gt;TITLE1 J=L font='Helvetica' height=14pt "Please submit a completed and update your data, by ^S={font_weight=bold} &amp;amp;sysdate." ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ods escapechar="^";&lt;BR /&gt;&amp;nbsp; &amp;nbsp; proc print data=sashelp.bmt;run;&lt;BR /&gt;ods excel close;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 14:47:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493459#M21642</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-07T14:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL- There is a missing space when applying a style for certain parts of the title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493497#M21643</link>
      <description>&lt;P&gt;Thanks Reeza. I'm using SAS Enterprise Guide 7.13 HF6.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know if there is any way I can&amp;nbsp;insert a blank space to fix it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I changed the extension to the file, thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 15:22:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493497#M21643</guid>
      <dc:creator>Jen579</dc:creator>
      <dc:date>2018-09-07T15:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL- There is a missing space when applying a style for certain parts of the title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493504#M21644</link>
      <description>&lt;P&gt;That doesn't tell us your SAS version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run the following to see your version.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status;run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 07 Sep 2018 15:29:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493504#M21644</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-07T15:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL- There is a missing space when applying a style for certain parts of the title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493510#M21645</link>
      <description>&lt;P&gt;For Base SAS Software ...&lt;BR /&gt;Custom version information: 9.4_M3&lt;BR /&gt;Image version information: 9.04.01M3P062415&lt;BR /&gt;For SAS/STAT ...&lt;BR /&gt;Custom version information: 14.1&lt;BR /&gt;For SAS/GRAPH ...&lt;BR /&gt;Custom version information: 9.4_M3&lt;BR /&gt;For SAS Integration Technologies ...&lt;BR /&gt;Custom version information: 9.4_M3&lt;BR /&gt;For High Performance Suite ...&lt;BR /&gt;Custom version information: 2.2_M4&lt;BR /&gt;For SAS/ACCESS Interface to PC Files ...&lt;BR /&gt;Custom version information: 9.4_M3&lt;BR /&gt;For SAS/ACCESS Interface to ODBC ...&lt;BR /&gt;Custom version information: 9.4_M3&lt;BR /&gt;For SAS/ACCESS Interface to MySQL ...&lt;BR /&gt;Custom version information: 9.4_M3&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 15:31:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493510#M21645</guid>
      <dc:creator>Jen579</dc:creator>
      <dc:date>2018-09-07T15:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL- There is a missing space when applying a style for certain parts of the title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493519#M21646</link>
      <description>&lt;P&gt;So you're on an older version that likely has some bugs still.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe try adding an '09'x -&amp;gt; tab or '0A'x which is a line feed and see if you get spaces or returns?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 15:41:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493519#M21646</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-07T15:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL- There is a missing space when applying a style for certain parts of the title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493526#M21647</link>
      <description>&lt;P&gt;Thank you. I will try that&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 15:52:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493526#M21647</guid>
      <dc:creator>Jen579</dc:creator>
      <dc:date>2018-09-07T15:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL- There is a missing space when applying a style for certain parts of the title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493535#M21648</link>
      <description>&lt;P&gt;It's not working. I guess I will give up on changing the style. Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 16:07:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493535#M21648</guid>
      <dc:creator>Jen579</dc:creator>
      <dc:date>2018-09-07T16:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL- There is a missing space when applying a style for certain parts of the title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493544#M21650</link>
      <description>&lt;P&gt;Hi: Using NBSPACE (both old form and new form) worked for me. I switched the style override for bold to the new form of ESCAPECHAR:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="use_nbspace.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23093i1C4C57555D016216/image-size/large?v=v2&amp;amp;px=999" role="button" title="use_nbspace.png" alt="use_nbspace.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 16:31:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493544#M21650</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-09-07T16:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL- There is a missing space when applying a style for certain parts of the title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493554#M21652</link>
      <description>&lt;P&gt;Thank you Cynthia!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 16:56:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-There-is-a-missing-space-when-applying-a-style-for/m-p/493554#M21652</guid>
      <dc:creator>Jen579</dc:creator>
      <dc:date>2018-09-07T16:56:20Z</dc:date>
    </item>
  </channel>
</rss>

