Hi,

After Populating the list, run this code:
vb Code:
  1. Dim i As Integer
  2. For i = 0 To List1.ListCount-1
  3. List1.List(i) = Replace(List1.List(i), "%20", " ")
  4. Next

Regards
Veena