J
Jim
I have copy the following macro from the internet
If ActiveWindow.Selection.Type = ppSelectionText Then
With ActiveWindow.Selection.TextRange.Font
.Shadow = msoTrue
.Bold = msoTrue
End With
Else
MsgBox "You need to select some text."
End If
It works but the "shadow" is not big enough. Is there a way to make
the shadow wider
If ActiveWindow.Selection.Type = ppSelectionText Then
With ActiveWindow.Selection.TextRange.Font
.Shadow = msoTrue
.Bold = msoTrue
End With
Else
MsgBox "You need to select some text."
End If
It works but the "shadow" is not big enough. Is there a way to make
the shadow wider