Guest User

Untitled

a guest
Jun 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Dim PPTtable1 As PowerPoint.Shape
  2. With PPTtable1
  3. .Left = 350
  4. .Top = 150
  5. .Width = 758
  6. .table.Columns(1).Width = Auto
  7. .table.Columns(2).Width = Auto
  8. .table.Columns(3).Width = Auto
  9. End With
Add Comment
Please, Sign In to add comment