Public Sub QuickSortArray(ByRef SortArray As Variant, _
                                Optional lngMin As Long = -1, _
                                Optional lngMax As Long = -1, _
...

VB.NET Reverse a VBA sorter

by https://www.google.com/accounts/o8/id?id=AItOawlnEdwkKfBeo4dr8z-lFGJGbJTlVlMWFgE, November 25, 2011 11:29, 1 refactoring, tagged with sort, vba, advanced

This sub sorts from low to ...

55502f40dc8b7c769880b10874abc9d0 Talk
Private Sub cmdAddAmbassador_Click()
' Run when the user clicks the "<" button to add an ambassador to an event

...

VB.NET Many-to-many list box inter...

by Nathan, January 25, 2010 13:56, 2 refactorings, tagged with vba, microsoft access, many-to-many

VBA, not VB.NET.

This is...

D5145c421cd25af6fa577c15219add90 Talk
Sub cleanupSheet()
' This function asks for two input the first is the sheet you want to clean up 
' The second is the Column and cell you wish to start at, e.g. A1
...

VB.NET Column Cleanup - Excel 2002...

by JJ, December 16, 2007 12:14, 1 refactoring, tagged with vba

Ok So i am hoping to get so...

817666c751d2fbebeba726ba52d1c977 Talk