Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Sub moveToGroup(OrigineShape As Shape, DestinationGroup As Shape)
  2.  
  3.  
  4. End Sub
  5.  
  6. Sub moveToGroup(OrigineShape As Shape, DestinationGroup As Shape)
  7. OrigineShape.Parent = DestinationGroup
  8. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement