View Single Post
 
Old 01-05-2020, 08:48 AM
reneemettrie reneemettrie is offline Windows 10 Office 2016
Novice
 
Join Date: Jan 2020
Posts: 16
reneemettrie is on a distinguished road
Default

Thanks, this code changes the formatting!
But not the correct way, I will skip changing the brightness and the contrast





Quote:
Originally Posted by gmayor View Post
Maybe something like

Code:
Sub Macro1()

Dim oShape As Shape
Dim oIlshape As InlineShape
    If Selection.InlineShapes.Count = 0 Then


***

     Set oShape = Nothing
    Set oIlshape = Nothing
End Sub

Last edited by Charles Kenyon; 01-10-2020 at 12:01 PM.
Reply With Quote