R
RE: VLOOKUP fORMULA
Dear Sll, please help me.
Here is a simple macro to insert row in "A13"
Is there any way, when I run a macro to insert the row where I need, or
particular selected cell, for example if i select on A2 and run this macro,
to insert a row in A2
Sub Macro1()
Range("A13").Select
Selection.Insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove
End Sub
Thanks
Here is a simple macro to insert row in "A13"
Is there any way, when I run a macro to insert the row where I need, or
particular selected cell, for example if i select on A2 and run this macro,
to insert a row in A2
Sub Macro1()
Range("A13").Select
Selection.Insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove
End Sub
Thanks