View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Yurble Yurble is offline
external usenet poster
 
Posts: 9
Default Old VBA code in MS office 2007?

After testing found that:

Set PPSlide = PPPres.Slides.Add(SlideCount + 1, ppLayoutTitleOnly)
<-- this instruction can not be implement by Powerpoint 2007

..Shapes.PasteSpecial(Link:=True).Select <-- this cause bugs

Is there anyway to update these code to compatible with office 2007??