I have a Macro for putting an X in a sheet that I need contained to cells B14 - R21. The double click Macro works perfect, I just want it contained to the specific range:
If someone could help it would be much appreciated.![]()
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) Target = "X" End Sub
Bookmarks