Guest User

Untitled

a guest
Nov 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. ActiveSheet.PasteSpecial Format:="Microsoft Visio Document", Link:=False, DisplayAsIcon:=False
  2.  
  3. ' Select all and copy each Visio page
  4. pg.CreateSelection(visSelTypeAll).Copy
  5.  
  6. ' Paste special to each ppt slide, size and position properly
  7. pptApp.ActiveWindow.View.GotoSlide (i)
  8. pptApp.ActiveWindow.View.PasteSpecial i + 63, Link:=False, DisplayAsIcon:=False
Add Comment
Please, Sign In to add comment