View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dirk[_2_] Dirk[_2_] is offline
external usenet poster
 
Posts: 8
Default how to put tab character into textbox?

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