tab character!!

Hi I was looking arround in the internet and I can′t find which character nummber is the key tab!! For example, the enter key is CHR(13), which one is the one for the tab key?

thank you for helping me!!!

[216 byte] By [chiquiman] at [2007-12-25]
# 1
Try CHR(9). I usually just use vbtab.
gudel at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 2
You might also just use ControlChars.Tab. This is a very usefule VB module.
mokeefe at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic Language...