<?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: SAS Add-in Style Manager in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Add-in-Style-Manager/m-p/363584#M2054</link>
    <description>&lt;P&gt;oh ok. This is a SAS Add-in question for&amp;nbsp;Excel. I used to load SAS datasets in different color and style prior to the upgrade for 2016 Office. Thanks anyway.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Jun 2017 20:14:44 GMT</pubDate>
    <dc:creator>CP2</dc:creator>
    <dc:date>2017-06-01T20:14:44Z</dc:date>
    <item>
      <title>SAS Add-in Style Manager</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Add-in-Style-Manager/m-p/363404#M2048</link>
      <description>&lt;P&gt;I recently updated Office to 2016 and updated SAS and Add-In as well. Prior to this update when I open a SAS dataset in Excel using the Add-in it was displayed in a different color style. Now, I cannot assign a style to any file that is opened even after choosing a style as a default in the style manager under tools. I'd like the style to be different than other data in the workbook so that users will know that it is an updatable SAS dataset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought it might be because of a security measure I have on my system so I copied one of the styles to my PC. It still didn't work. I have attached the security message I am getting. Even after clicking on the message and allowing the blocked content it still doesn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know why the style manager is not working for loading a SAS dataset into Excel or if there is something specific I need to do with regard to the security of my PC??&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13899iBC8C1052616AEB73/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Style Manager Security Message.PNG" title="Style Manager Security Message.PNG" /&gt;</description>
      <pubDate>Thu, 01 Jun 2017 12:51:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Add-in-Style-Manager/m-p/363404#M2048</guid>
      <dc:creator>CP2</dc:creator>
      <dc:date>2017-06-01T12:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Add-in Style Manager</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Add-in-Style-Manager/m-p/363422#M2049</link>
      <description>&lt;P&gt;looking at the .png file, the Saphire style is in C:\users... directory,&lt;/P&gt;
&lt;P&gt;while all othe style files are in C:\program...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe you have to move the style file to appropriate directory in order to work.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 13:30:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Add-in-Style-Manager/m-p/363422#M2049</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-06-01T13:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Add-in Style Manager</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Add-in-Style-Manager/m-p/363455#M2051</link>
      <description>&lt;P&gt;Styles to be found must be in a template store that in the current template path. This code should show your current path&lt;/P&gt;
&lt;PRE&gt;proc template;
path show;
run;&lt;/PRE&gt;
&lt;P&gt;If the style you want is not in one of those locations then you either need to copy the style to one of the stores OR use the Proc Templat Path option to add the additional location to the path.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 14:33:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Add-in-Style-Manager/m-p/363455#M2051</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-06-01T14:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Add-in Style Manager</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Add-in-Style-Manager/m-p/363502#M2052</link>
      <description>So do I need to run that as a task in the SAS Add-in while in Excel? I'm working in Excel using a SAS dataset</description>
      <pubDate>Thu, 01 Jun 2017 16:30:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Add-in-Style-Manager/m-p/363502#M2052</guid>
      <dc:creator>CP2</dc:creator>
      <dc:date>2017-06-01T16:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Add-in Style Manager</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Add-in-Style-Manager/m-p/363542#M2053</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/59791"&gt;@CP2&lt;/a&gt; wrote:&lt;BR /&gt;So do I need to run that as a task in the SAS Add-in while in Excel? I'm working in Excel using a SAS dataset&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Likely that would be something that needs to be done in SAS. I don't use the Add-in so I don't know specific details of what the add-in may be able to do.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 17:50:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Add-in-Style-Manager/m-p/363542#M2053</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-06-01T17:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Add-in Style Manager</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Add-in-Style-Manager/m-p/363584#M2054</link>
      <description>&lt;P&gt;oh ok. This is a SAS Add-in question for&amp;nbsp;Excel. I used to load SAS datasets in different color and style prior to the upgrade for 2016 Office. Thanks anyway.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 20:14:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Add-in-Style-Manager/m-p/363584#M2054</guid>
      <dc:creator>CP2</dc:creator>
      <dc:date>2017-06-01T20:14:44Z</dc:date>
    </item>
  </channel>
</rss>

