User Profile

Collapse

Profile Sidebar

Collapse
joelin139
joelin139
Last Activity: Jun 23 '14, 11:15 AM
Joined: Mar 22 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • joelin139
    started a topic Sort Listbox with second column vbTab

    Sort Listbox with second column vbTab

    Dear Guru
    how can i sort listbox with vbTab my code is

    Code:
    Dim i As Long, TPts As Long, LPts As Long
     Dim User As String, LText As String
     If List2.ListCount = 0 Then                     'default, just enter & exit
      List2.AddItem Text5.Text & vbTab & Text6.Text
      Exit Sub
     End If
     LText = LCase$(Text5.Text)                      'case sensitive search
     TPts =
    ...
    See more | Go to post

  • joelin139
    started a topic how to replace text in listbox to textbox

    how to replace text in listbox to textbox

    Dear Guru,
    i have listbox data :

    morning;Good Morning
    evening;Good Evening
    afternoon;Good Afternoon

    i have text1 text2 and command1 so what i want is like this

    when text1 enter morning command1 click text2 will show Good Morning
    when text1 enter evening command1 click text2 will show Good Evening
    when text1 enter afternoon command1 click text2 will show Good Afternoon...
    See more | Go to post
No activity results to display
Show More
Working...