View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vasant Nanavati Vasant Nanavati is offline
external usenet poster
 
Posts: 1,080
Default how to put tab character into textbox?

What would be the purpose of putting a tab character in a TextBox?

--

Vasant


"Dirk" <dirk.kapusta@reply_in_newsgroup wrote in message
...
Hello

Is there a way to insert a string with enclosed tab characters into a
textbox?
I tried with chr(9) but i don't get a tab only a placeholder for an
unprintable character.

Thanks