J
Janet Ciegler
In VBA code, I'm using a series of "Print #" commands to write to a text
file. Somewhere I remembered that putting a semicolon on the end of a
command would cause the subsequent output to be concatenated after this,
and that omitting the final semicolon would create a new line of output.
But today that doesn't seem to be working. What have I forgotten?
Here's a sample line that I want *not* to start a new line:
Print #3, Tab(15); Valu(19, i);
Thanks in advance! Jan
file. Somewhere I remembered that putting a semicolon on the end of a
command would cause the subsequent output to be concatenated after this,
and that omitting the final semicolon would create a new line of output.
But today that doesn't seem to be working. What have I forgotten?
Here's a sample line that I want *not* to start a new line:
Print #3, Tab(15); Valu(19, i);
Thanks in advance! Jan