' Move an item of a listbox to another index'' If FROMINDEX = -1 then it moves the current highlighted itemSub MoveListboxItem(ctrl As ListBox, ByVal FromIndex As Long, _ ByVal ToIndex As Long) Dim sText As String, lItemData As Long ' provide a default If FromIndex < 0 Then FromIndex = ctrl.ListIndex ' exit if argument not in range If ToIndex < 0 Or ToIndex > ctrl.ListCount - 1 Then Exit Sub With ctrl ' save text and data of the current item sText = .List(FromIndex) lItemData = .ItemData(FromIndex) ' remove the item .RemoveItem FromIndex ' add the item .AddItem sText, ToIndex .ItemData(.NewIndex) = lItemData ' select the new item .ListIndex = ToIndex End WithEnd Sub

Top Careers at Microsoft
Microsoft has gained its position as one of the top companies in the world, and Microsoft careers are flourishing. This multinational company is efficiently developing popular software and computers with other consumer electronics. It is a dream come true for so many people to acquire a high paid, high-prestige job