Hi,
i'm new to vbscript can help me this vba code how to convert into vb script.
Sub Macro2()
'
' Macro2 Macro
'
'
'Selection.End(xlDown).Select
Range("A" & Rows.Count).End(xlUp).Offset(1).Select
Range(Selection, ActiveCell.SpecialCells(xlLastCell)).Select
Selection.Delete Shift:=xlToLeft
Range("A2").Select
End Sub
i'm new to vbscript can help me this vba code how to convert into vb script.
Sub Macro2()
'
' Macro2 Macro
'
'
'Selection.End(xlDown).Select
Range("A" & Rows.Count).End(xlUp).Offset(1).Select
Range(Selection, ActiveCell.SpecialCells(xlLastCell)).Select
Selection.Delete Shift:=xlToLeft
Range("A2").Select
End Sub