I need excel to switch to Sheet2 whenever I double click in column one. Also I'm new to this, I already have a macro running for the A column that already activates whenever a cell in column A is activated.
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As...