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.
Sub Finished_Edit()
'
' Finished_Edit Macro
'
Columns("J:O").Select
Selection.EntireColumn.Hidden...