Re: LISTBOX : how to insert VBTab or Blank spaces ?
- From: "Altman" <baltman@xxxxxxxxxxxxxxxxxxx>
- Date: 21 Aug 2006 12:20:53 -0700
Try:
Listbox1.Items.Add ("Hallo" & " " &
"GoodMorning")
teo wrote:
I have a LISTBOX
how to insert VBTab or Blank spaces ?
in Example
Listbox1.Items.Add ("Hallo" & vbTab & "GoodMorning")
or
Listbox1.Items.Add ("Hallo" & " " & "GoodMorning")
Unfortunately I get no separation beteween
I get only: "Hallo GoodMorning"
.
- Follow-Ups:
- References:
- Prev by Date: Refresh page after user downloads file
- Next by Date: RE: How and why to save ViewState in a session object
- Previous by thread: LISTBOX : how to insert VBTab or Blank spaces ?
- Next by thread: Re: LISTBOX : how to insert VBTab or Blank spaces ?
- Index(es):