Code:
For i = 1 To 100
   cboRange.AddItem i 
   Next
 cboRange.ListIndex = 0
how to fill combo box to look like this

from 0.00 to 100.00 ?