N
Newbeetle
Hi,
Can I amend the code below so that it applies to all worksheets without the
need to list each sheet name?
Sub Workbook_Open()
Sheets("Sheet1").EnableSelection = xlUnlockedCells
End Sub
Can I amend the code below so that it applies to all worksheets without the
need to list each sheet name?
Sub Workbook_Open()
Sheets("Sheet1").EnableSelection = xlUnlockedCells
End Sub