<?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: Best way to get graphs into Powerpoint for presentation/publcation? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/321050#M11260</link>
    <description>&lt;P&gt;What version of Powerpoint?&lt;/P&gt;</description>
    <pubDate>Sat, 24 Dec 2016 19:55:40 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-12-24T19:55:40Z</dc:date>
    <item>
      <title>Best way to get graphs into Powerpoint for presentation/publcation?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319814#M11249</link>
      <description>&lt;P&gt;I've figured out that I have to save the Results in RTF format, then copy the graph and Paste-special into Powerpoint as Picture (Enhanced Metafile), ungroup several times, then start the clean-up for presentation and/or publication. Does anyone have a better solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2016 19:33:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319814#M11249</guid>
      <dc:creator>WillTheKiwi</dc:creator>
      <dc:date>2016-12-18T19:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get graphs into Powerpoint for presentation/publcation?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319816#M11250</link>
      <description>&lt;P&gt;Why use RTF? Output straight to PowerPoint.&lt;/P&gt;
&lt;P&gt;Code samples are at the bottom of the page. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/69832/HTML/default/viewer.htm#p1756mh7e3niunn15ptvbaaanog5.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/odsug/69832/HTML/default/viewer.htm#p1756mh7e3niunn15ptvbaaanog5.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2016 20:31:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319816#M11250</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-18T20:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get graphs into Powerpoint for presentation/publcation?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319817#M11251</link>
      <description>&lt;P&gt;Regarding the clean up for presentation, SAS allows fairly fine control over your graphics so I would program the graphs. If you have to re-run you'll be thankful.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2016 20:33:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319817#M11251</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-18T20:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get graphs into Powerpoint for presentation/publcation?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319820#M11252</link>
      <description>&lt;P&gt;Thanks for the link.&amp;nbsp; After perusing the page, I tried some code that seemed reasonable to me, but of course it didn't work.&amp;nbsp;See below for the log.&amp;nbsp;I hope you can tell me what's wrong. The details of the proc sgplot are irrelevant, although I'd also be grateful for advice on a simple default setting to do everything black without having to specify every element.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks also for the suggestion about getting the graphs picture perfect in SAS to start with.&amp;nbsp; That would require many hours of struggling with the code, and I still wouldn't be able to animate the components of the slide (e.g., start with the axes, then wipe from the left&amp;nbsp;consecutively each of several time series).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I tried to post this message, I got this error: "Your post has been changed because invalid HTML was found in the message body. The invalid HTML has been removed. Please review the message and submit the message when you are satisfied."&amp;nbsp; I can't see any changes in the message.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: ODS statements in the SAS Studio environment may disable some output features.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;56&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;57 ods html close;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;58 ods powerpoint file="D:\Will's Documents\Projects\_NIH\Paul Solberg\IAAF study\slide.ppt" nogtitle;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;59 run;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;60&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;61 title3 "and number of deltas&amp;gt;10";&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;62 title4 "Plot of means and SDs";&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;63 ods graphics / reset imagemap;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;64 proc sgplot data=WORK.DELTALNPERF1 uniform=all noautolegend;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;65 scatter x=Age y=DeltaMean / transparency=0.0 name='Scatter' filledoutlinedmarkers&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;66 markerattrs=(symbol=circlefilled size=10 color=black)&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;67 markerfillattrs=(color=black)&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;68 yerrorupper=DeltaMeanPlusSD yerrorlower=DeltaMeanMinusSD&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;69 errorbarattrs=(color=black);&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;70 xaxis grid;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;71 yaxis grid;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72 refline 0;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 reg x=Age y=DeltaMean / nomarkers lineattrs=(color=black thickness=1);&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 by event sex;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 where NoOfDeltas&amp;gt;10;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE SGPLOT used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.90 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.51 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: There were 30 observations read from the data set WORK.DELTALNPERF1.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;WHERE NoOfDeltas&amp;gt;10;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 ods graphics / reset;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 ods powerpoint close;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Insufficient authorization to access /opt/sasinside/SASConfig/Lev1/SASApp/D:\Will's Documents\Projects\_NIH\Paul&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Solberg\IAAF study\slide.ppt.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79 ods html;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Writing HTML Body file: sashtml69.htm&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Insufficient authorization to access /opt/sasinside/SASConfig/Lev1/SASApp/sashtml69.htm.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: No body file. HTML output will not be created.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;80 run;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;81&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;82&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;83 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;95&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 18 Dec 2016 21:34:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319820#M11252</guid>
      <dc:creator>WillTheKiwi</dc:creator>
      <dc:date>2016-12-18T21:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get graphs into Powerpoint for presentation/publcation?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319821#M11253</link>
      <description>&lt;P&gt;The error helps...&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ERROR: Insufficient authorization to access /opt/sasinside/SASConfig/Lev1/SASApp/D:\Will's Documents\Projects\_NIH\Paul
Solberg\IAAF study\slide.ppt.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You've specified your output file incorrectly. Use whatever method you did for RTF file, it's the same process to create a file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2016 22:26:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319821#M11253</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-18T22:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get graphs into Powerpoint for presentation/publcation?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319822#M11254</link>
      <description>&lt;P&gt;Sorry, that was stupid of me not to get the right directory structure to output the file. I forgot to include the usual &amp;nbsp;"/folders/myshortcuts/" in front of the destination.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I managed to send the graph directly to a powerpoint file, thank you,&amp;nbsp;but unfortunately the resulting graph is a picture of some sort, not an editable vector graphic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have an elegant solution to getting editable graphs into Powerpoint (or other vector-graphics editor), or am I stuck with saving as an RTF and copying as a metafile? This question is surely important for most researchers?&amp;nbsp; I have not had to bother in my previous 30+ years of work with SAS, because I always&amp;nbsp;pasted data from SAS listings&amp;nbsp;into Excel or other graphing package and went from there into Powerpoint (or I gor my students to do it). Now, however, I am promoting SAS Studio with all my colleagues and students, and they can now expect to become independent SAS users, so&amp;nbsp;I feel obliged to provide them with a more efficient graphing solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 00:11:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319822#M11254</guid>
      <dc:creator>WillTheKiwi</dc:creator>
      <dc:date>2016-12-19T00:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get graphs into Powerpoint for presentation/publcation?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319825#M11255</link>
      <description>&lt;P&gt;I think one of the image types should work for you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the various options available for each destination.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/grstatproc/69716/HTML/default/viewer.htm#p0kroq43yu0lspn16hk1u4c65lti.htm#n1shby7ueyoypkn1kyrvv9x42ixa" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/grstatproc/69716/HTML/default/viewer.htm#p0kroq43yu0lspn16hk1u4c65lti.htm#n1shby7ueyoypkn1kyrvv9x42ixa&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To be frank, teaching anyone to edit a graph manually seems a waste of time. Like I mentioned above, using SGPLOT, SGTemplate and templates in general, you can customize your graphs for publication quality. It's not as 'easy' but the majority of sciences and research nowadays does require some level of proficiency with programming. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 01:42:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319825#M11255</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-19T01:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get graphs into Powerpoint for presentation/publcation?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319829#M11256</link>
      <description>&lt;PRE&gt;
If I was right, you are using University Edition.
Change the path into SHARE path, of course, you need set it up before starting UE.

 ods powerpoint file="D:\Will's Documents\Projects\_NIH\Paul Solberg\IAAF study\slide.ppt" nogtitle;

---&amp;gt;&amp;gt;

 ods powerpoint file="/folders/myfolders/slide.ppt" nogtitle;

&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Dec 2016 02:19:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319829#M11256</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-12-19T02:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get graphs into Powerpoint for presentation/publcation?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319837#M11257</link>
      <description>&lt;P&gt;Reezam, thanks for your continued help with my problem, and I apologize for not making the most of SAS graphics&amp;nbsp;over the years.&amp;nbsp;I gave up with gplot years ago when confronted with the necessary complexity of the code, my students and colleagues had absolutely no chance of learning SAS before SAS Studio came along, and it gave them a sense of involvement and ownership of the results&amp;nbsp;when I fired text output at them to turn into graphs..&amp;nbsp;Anyway, when I have a spare week or two I will see if I can work out&amp;nbsp;the code to produce a Powerpoint slide that would successively wipe in&amp;nbsp;from the left first&amp;nbsp;the axes and then each of several time series.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Meantime...&lt;/P&gt;&lt;P&gt;ods graphics / reset imagemap outputfmt=emf;&lt;/P&gt;&lt;P&gt;...produced a graph in Powerpoint that, when I ungrouped it, turned into a blank square.&amp;nbsp; Furthe ungroupings and/or deletions did not lead to recovery of the graph.&lt;/P&gt;&lt;DIV class="sasWarning"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;I also got these warnings...&lt;/P&gt;&lt;DIV class="sasWarning"&gt;WARNING: html5 destination does not support EMF images. Using the default static format.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: PDF destination does not support EMF images. Using the default static format.&lt;/DIV&gt;&lt;P&gt;...even though I had issued ods html close; ods pdf close;&amp;nbsp; No doubt the syntax of these commands is incorrect, although it shouldn't be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 04:19:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319837#M11257</guid>
      <dc:creator>WillTheKiwi</dc:creator>
      <dc:date>2016-12-19T04:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get graphs into Powerpoint for presentation/publcation?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319838#M11258</link>
      <description>&lt;P&gt;Create multiple graphs, one with just axes, then one with each of your time series progressively, ie slide with 1, slide with 2, etc..&lt;/P&gt;
&lt;P&gt;It won't have the slide in from the left effect that you want, but each time series will appear next on graph.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 06:48:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/319838#M11258</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-19T06:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get graphs into Powerpoint for presentation/publcation?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/321048#M11259</link>
      <description>&lt;P&gt;Hi again, guys.&amp;nbsp; This problem was only partially resolved. The suggestion by Reeza to build the graphic in stages was a good one.&amp;nbsp; However, as I messaged earlier, I was&amp;nbsp;eventually able to output a graph directly to&amp;nbsp;a Powerpoint file, but when I ungrouped it (to edit it), it disappeared.&amp;nbsp; I also got some warnings that indicate some issues with background graphics ods options.&amp;nbsp; Can anyone using Studio/University Edition tell me the ods commands that will generate an editable vector graphic in Powerpoint? &amp;nbsp;Thanks.&amp;nbsp; I'm in a Windows 7 environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will&lt;/P&gt;</description>
      <pubDate>Sat, 24 Dec 2016 19:54:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/321048#M11259</guid>
      <dc:creator>WillTheKiwi</dc:creator>
      <dc:date>2016-12-24T19:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get graphs into Powerpoint for presentation/publcation?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/321050#M11260</link>
      <description>&lt;P&gt;What version of Powerpoint?&lt;/P&gt;</description>
      <pubDate>Sat, 24 Dec 2016 19:55:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/321050#M11260</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-24T19:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get graphs into Powerpoint for presentation/publcation?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/321052#M11261</link>
      <description>Office 2010.&lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
      <pubDate>Sat, 24 Dec 2016 20:00:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/321052#M11261</guid>
      <dc:creator>WillTheKiwi</dc:creator>
      <dc:date>2016-12-24T20:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get graphs into Powerpoint for presentation/publcation?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/321056#M11262</link>
      <description>&lt;P&gt;Unfortunately I can't test your issues, as I'm using SAS Studio on a Mac and I can't even get the graph to ungroup in Word &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I might suggest reposting this question under ODS GRAPHICS forum and/or contacting SAS Tech Support directly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Dec 2016 20:27:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/321056#M11262</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-24T20:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get graphs into Powerpoint for presentation/publcation?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/321640#M11263</link>
      <description>&lt;P&gt;Thanks for the suggestion about posting to the ODS GRAPHICS forum.&amp;nbsp; I went to the SAS Communities pages but was unable to find such a forum.&amp;nbsp; Most of the time I wasn't even sure what I was looking at. Sorry.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2016 20:26:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/321640#M11263</guid>
      <dc:creator>WillTheKiwi</dc:creator>
      <dc:date>2016-12-29T20:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get graphs into Powerpoint for presentation/publcation?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/321651#M11264</link>
      <description>&lt;P&gt;I've moved this question into the forum, but you can post a new question if you'd like as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The link is below as well:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-GRAPH-and-ODS-Graphics/bd-p/sas_graph" target="_blank"&gt;https://communities.sas.com/t5/SAS-GRAPH-and-ODS-Graphics/bd-p/sas_graph&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2016 21:13:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/321651#M11264</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-29T21:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get graphs into Powerpoint for presentation/publcation?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/322770#M11299</link>
      <description>&lt;P&gt;Thanks for all the feedback, guys.&amp;nbsp; I have posted this in the University Edition forum.&amp;nbsp; Maybe someone from SAS will see it there and help out, but if not, I can live with saving as RTF, then copy-specialing into Powerpoint and ungrouping.&amp;nbsp; Reeza's early suggestion for creating completely separate graphs of&amp;nbsp;each series using by-group processing is also a good way to get the elements of each series clear of all the other series, so it can be grouped and then added animination-wise to a full plot.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 19:19:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-get-graphs-into-Powerpoint-for-presentation/m-p/322770#M11299</guid>
      <dc:creator>WillTheKiwi</dc:creator>
      <dc:date>2017-01-05T19:19:00Z</dc:date>
    </item>
  </channel>
</rss>

