View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Voskre[_2_] Voskre[_2_] is offline
external usenet poster
 
Posts: 1
Default Use of ListBox with VBA

Hi,
I've an Excel listbox populated with numbers as text i.e.
'001
'002
etc

when selected the item, it returns into a cell in the following format:
1
2
etc.

I need to keep the leading zeros: how can I do it with VBA?

Thanks for any suggestion.

V