Hi
I am trying to make a Macro, whereby I hit Ctrl Shift G and my text or number will turn green.
My macro is below:
-------
' Keyboard Shortcut: Ctrl+Shift+J
'
With Selection.Font
.ColorIndex = 4
End With
End Sub
------
It does not seem to work however? Nothing happens. I have other macros in the same format structure for blue, red, etc. But nothing seems to happen when I try do green?
Thanks
I am trying to make a Macro, whereby I hit Ctrl Shift G and my text or number will turn green.
My macro is below:
-------
' Keyboard Shortcut: Ctrl+Shift+J
'
With Selection.Font
.ColorIndex = 4
End With
End Sub
------
It does not seem to work however? Nothing happens. I have other macros in the same format structure for blue, red, etc. But nothing seems to happen when I try do green?
Thanks