Hi
Im not quite sure what Im doing wrong...
Based on a value in a list box, I want to insert a row in the proper alphabetical order.
This is what I have:
Private Sub CmdUpdateNew_Click()
Sheet2.Activate
Sheet2.Range("A4").Select
For i = 4 To Range("A65536").End(xlUp).Row
If...
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.