Re: Mathematica to PowerPoint
- To: mathgroup at smc.vnet.net
- Subject: [mg29169] Re: Mathematica to PowerPoint
- From: guillerm at gugu.usal.es (Guillermo Sanchez)
- Date: Fri, 1 Jun 2001 04:15:30 -0400 (EDT)
- References: <9f4el0$a8m$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Here is a way: Out:= myPlot Input:= Export["myPlot.jpg", myPlot ] Now; in PowerPoint, choose in the ToolBar: Insert-> Image from a file and cloose the file myPlot.jpg Robert-Lewis HYDE <bobhyde at wanadoo.fr> wrote in message news:<9f4el0$a8m$1 at smc.vnet.net>... > Hello MG, > I have been using Export and Import for data and graphics within > Mathematica and to get data from Excel. > Now I would like to transfer a graphic to Power Point. Cut and Paste > works of course but I cant find an Export code to do this thing. > Any clues? Even C&P is not always as one would wish. > Bob