Sat 3 Jan 2009
How the tab character is represented in Visual Basic from Applications code
Excel is using VBA (Visual Basic for Applications) as its scripting language. The tab character is represented with the “char(9)” string.
Sat 3 Jan 2009
How the tab character is represented in Visual Basic from Applications code
Excel is using VBA (Visual Basic for Applications) as its scripting language. The tab character is represented with the “char(9)” string.