We are releasing a presentation that links to excel charts. We need our users to be able to copy and paste these graphs in to the program of their choice (i.e. Excel, Word). Can I program a button to switch the presentation from pps to ppt?
dim objScript
Set objScript = CreateObject("Scripting.FileSystemObject"
dim strsource as string
dim strdest as string 'You need to set the above two variables to
'some thing here. The variable names need to be full names
'Like "c:\mydocs\fun.ppt"
objScript.CopyFile strsource strdest
kill strsource
Set objScript = Nothing junior1544@jmjpc.net
Life is change. To deny change is to deny life.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.