Code from the macro recorder is inset like this :
Is it possible to have no inset when using the recorder? Like this :
Code:
Sub Macro1()
Range("A2").Select
End Sub
Is it possible to have no inset when using the recorder? Like this :
Code:
Sub Macro1()
Range("A1").Select
End Sub