Hello wvery one, I woul like to ask you if is there a way to insert into text a tabulator (\t) not only 5 blank spaces, is there a function to do that?
Best regards
Rafael
Hi Rafael,
You can try using Chr(9). 9 is the ASCII horizontal tab.