vbabeginner92
New Member
- Joined
- Jul 25, 2018
- Messages
- 13
I made a very simple macro.
Sub Yellow_Highlight()
Selection.Interior.Color = RGB(255, 255, 0)
End Sub
I then assigned it a shortcut key of CTRL+SHIFT+H
When I run the macro using F8 or Visual Basic it works fine. When I try to use the shortcut it does not work. Any suggestions?
Sub Yellow_Highlight()
Selection.Interior.Color = RGB(255, 255, 0)
End Sub
I then assigned it a shortcut key of CTRL+SHIFT+H
When I run the macro using F8 or Visual Basic it works fine. When I try to use the shortcut it does not work. Any suggestions?