Using vbTab works great (and vbCrLf etc.).
\ t \ n etc. is fior C, not VB
{tab} is the code for SendKeys
I conclude that your 3rd line is a (only) working method, if only something like this
MessageBox.Show("Foo" & vbTab & "Bar")
perhaps: it is easier to read, I think.
source share