' ensure that a listbox item is visible' if the second argument is omitted, the index of current item is used'' NOTE: uses the ListBoxVisibleItems functionSub ListBoxEnsureVisible(lst As ListBox, Optional ByVal itemIndex As Long = -1) Dim visibleCount As Long ' provide a default for the 2nd argument If itemIndex < 0 Then itemIndex = lst.ListIndex ' get the number of visible items visibleCount = ListBoxVisibleItems(lst) If itemIndex < lst.TopIndex Then ' scroll up lst.TopIndex = itemIndex ElseIf itemIndex >= lst.TopIndex + visibleCount Then ' scroll down lst.TopIndex = itemIndex - visibleCount + 1 End If End Sub


The Role of Call Data: How Call Tracking Can Improve Customer Experience
Who would argue that experiences reign supreme? But not just any experiences — the ones that occur when customers interact with your business. It’s these real-life interactions that have the