Hi,
I'm trying to output a tab separeted piece of data like so.
Dim strSeparator As String
strSeparator = Chr$(9)
strCSV = strCSV & """" & Me(i).Value & """" & strSeparator
but all I'm getting is 4 spaces and a carriage control, linefeed.
Even if I do ?chr(9) in the debug window I get the same.
Anyone know why this should be ?
Regards,
Graham
I'm trying to output a tab separeted piece of data like so.
Dim strSeparator As String
strSeparator = Chr$(9)
strCSV = strCSV & """" & Me(i).Value & """" & strSeparator
but all I'm getting is 4 spaces and a carriage control, linefeed.
Even if I do ?chr(9) in the debug window I get the same.
Anyone know why this should be ?
Regards,
Graham