Picture Placing Macro For
Picture Placing Macro For
With ActiveWindow
tmp = .ViewType 'Remember window display mode
.ViewType = ppViewSlide
End With
'Get the path of the folder where this ppt file are.
'Resize image
.Width = .Width * 0.85
.Height = .Height * 0.85
End With