hi,
i have done code to custom sort in VBA i need this code in vb script can help on this.
Sub Sort()
'
' Macro1 Macro
'
'
Range("C4").Select
Application.AddCustomList ListArray:=Array("AUTOU")
Application.DeleteCustomList ListNum:=6
Application.AddCustomList ListArray:=Array("AUTOU"...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.