Select Heading


Sub Insert_Heading()
ActiveSheet.Range(Cells(1, 1), Cells(1, Range("A1").End(xlToRight).Column)).Select
End Sub

Comments

Popular posts from this blog

50 Excel VBA Oral Interview Questions