V
veritasca
Inside a cell, there are many filenames separated by a carriage return.
I have to extract each filename and write it out to a text file. If I
use InStr function to find the carriage return value, what is the value
that I should use? I know Alt+Enter is used to cause the carriage
return (cause the cell's content to wrap within the cell). So:
Pos = Instr(CellText, Alt+Enter), is that OK?
** Posted via: http://www.ozgrid.com
Excel Templates, Training, Add-ins & Business Software Galore!
Free Excel Forum http://www.ozgrid.com/forum ***
I have to extract each filename and write it out to a text file. If I
use InStr function to find the carriage return value, what is the value
that I should use? I know Alt+Enter is used to cause the carriage
return (cause the cell's content to wrap within the cell). So:
Pos = Instr(CellText, Alt+Enter), is that OK?
** Posted via: http://www.ozgrid.com
Excel Templates, Training, Add-ins & Business Software Galore!
Free Excel Forum http://www.ozgrid.com/forum ***