This is the procedure that I use for copying shapes from another file:
Presentations.Open FileName:="C:\Program Files\BCGMacros\A4\A4 Graphs.ppt",
ReadOnly:=msoFalse
ActiveWindow.View.GotoSlide Index:=43
ActiveWindow.Selection.SlideRange.Shapes.SelectAll
ActiveWindow.Selection.Copy
ActiveWindow.Close
ActiveWindow.View.Paste
I hope someone can help me???
Thanks Ingrid
to be honest this is a VB group, you'd be much better off in
VBA or powerpoint group.
--
Jan Hyde
news://msnews.microsoft.com/microsoft.public.office.developer.vba
news://msnews.microsoft.com/microsoft.public.outlook.program_vba
news://msnews.microsoft.com/microsoft.public.office.developer.outlook.vba
news://msnews.microsoft.com/microsoft.public.excel.programming
news://msnews.microsoft.com/microsoft.public.access.modulescoding
news://msnews.microsoft.com/microsoft.public.powerpoint