D
dennc01
I have a simple sub to highlight some cells, is there anyway to make this run on only sheet 1 but not sheet 2 and 3 in a workbook when I press Ctrl+g?
Thanks,
Example
Sub macro1(
' Keyboard Shortcut: Ctrl+
Range("A1:B1").Selec
With Selection.Interio
.ColorIndex =
.Pattern = xlSoli
End Wit
End Sub
Thanks,
Example
Sub macro1(
' Keyboard Shortcut: Ctrl+
Range("A1:B1").Selec
With Selection.Interio
.ColorIndex =
.Pattern = xlSoli
End Wit
End Sub