P
Phil
I'm trying create a macro to turn a picture to a watermark but it gets stuck
at the shape function, callout (1) why is this and how to combat it?
Sub Macro4()
'
' Macro recorded 06/03/2005 by P Reynolds
'
With ActivePresentation.SlideShowWindow.View.Slide.Callout(1)
.Fill.Transparency = 0#
.PictureFormat.Brightness = 0.85
.PictureFormat.Contrast = 0.15
End With
End Sub
Phil
at the shape function, callout (1) why is this and how to combat it?
Sub Macro4()
'
' Macro recorded 06/03/2005 by P Reynolds
'
With ActivePresentation.SlideShowWindow.View.Slide.Callout(1)
.Fill.Transparency = 0#
.PictureFormat.Brightness = 0.85
.PictureFormat.Contrast = 0.15
End With
End Sub
Phil