Hi All,
Could someone please help me I'm stuck. I would like the code to bring me back to the cell I was in when I ran it. The code " Range("ActiveCell").Select" errors out on me.
Could someone please help me I'm stuck. I would like the code to bring me back to the cell I was in when I ran it. The code " Range("ActiveCell").Select" errors out on me.
Code:
Sub Finished_Edit()
'
' Finished_Edit Macro
'
Columns("J:O").Select
Selection.EntireColumn.Hidden = True
ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True
'ActiveSheet.Unprotect
Range("ActiveCell").Select
'
End Sub