I know I can use commas and spaces (encapsulated in " ") but are there any other text delimiting options for the immediate window?
I know I can use commas and spaces (encapsulated in " ") but are there any other text delimiting options for the immediate window?
Not quite sure what you are trying to do but
will give you the A and B characters seperated by a tab.![]()
debug.print "A" & chr(09) & "B"
You can use anything you like as a delimiter if you enclose it in quotes. For positioning the output you can use the semicolon, Tab ( or Tab(n) ) or Spc(n).
Everyone who confuses correlation and causation ends up dead.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks