inserting special character (ctrl-enter) into cell

S

sean

I need to add the 'ctrl-enter' character into a cell.
The cell will be imported into another program that uses
this character to identify the 'enter' character.
 
B

Bernie Deitrick

Sean,

Either edit the cell, and use Ctrl-Enter at the place you want it, or
use CHR(10) in code to modify the cell's content.

Other than that, you need to give more information....
 
Top