S Shabbo Member Jul 12, 2019 #1 Dear Sir, Can I make short cut key for color, example “yellow” by pressing “Y”.
AlanSidman Well-Known Member Jul 12, 2019 #2 create a shortcut and place this code behind it. Code: Option Explicit Sub Yellow() ActiveCell.Interior.ColorIndex = 6 End Sub https://www.makeuseof.com/tag/make-excel-keyboard-shortcuts-easy-way/
create a shortcut and place this code behind it. Code: Option Explicit Sub Yellow() ActiveCell.Interior.ColorIndex = 6 End Sub https://www.makeuseof.com/tag/make-excel-keyboard-shortcuts-easy-way/