inserting special character (ctrl-enter) into cell

  • Thread starter Thread starter sean
  • Start date Start date
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.
 
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....
 
Back
Top