i am using the 9.1d version.
during a report generation, some comments are generated which i copy to excel. now, if i use enter i.e chr(13) as delimiter each comments goes to diffrent row. i want that each comment should start with a new line in same row.Alt + Enter is used as hard carriage return. so i tried to use chr(1038) as delimiter between two comments, still when i copy the comments to excel they do not come in same row diffrent line, they come in same row same line.
please guide me as to which keycode should i insert between the comments , such that when i copy them to excel they come in same row but new line.
i will be grateful for ur time and help.
during a report generation, some comments are generated which i copy to excel. now, if i use enter i.e chr(13) as delimiter each comments goes to diffrent row. i want that each comment should start with a new line in same row.Alt + Enter is used as hard carriage return. so i tried to use chr(1038) as delimiter between two comments, still when i copy the comments to excel they do not come in same row diffrent line, they come in same row same line.
please guide me as to which keycode should i insert between the comments , such that when i copy them to excel they come in same row but new line.
i will be grateful for ur time and help.