A
ashok0866
I had created a macro to read data from an excel sheet and write the
values to a text file. I had used "ActiveSheet.Range("GB" & k).Value"
command to read the values from the excel.
The issue is: some cells in the excel sheet is having two lines value
and four lines data, the text file is generating that value in a
single line. (Ex. the cell value in address column is in four lines
and should display in four lines in the text file generated from the
macro)
Can i do something in the excel sheet or in vb script to read the
address value line by line and write line by line in text file???
Please help me........
Regards,
Ashok
values to a text file. I had used "ActiveSheet.Range("GB" & k).Value"
command to read the values from the excel.
The issue is: some cells in the excel sheet is having two lines value
and four lines data, the text file is generating that value in a
single line. (Ex. the cell value in address column is in four lines
and should display in four lines in the text file generated from the
macro)
Can i do something in the excel sheet or in vb script to read the
address value line by line and write line by line in text file???
Please help me........
Regards,
Ashok