Hi folks,
Can someone help me here? I have a field with memo data type where I store like 1500 charcaters. I have a command button which when the user clicks export a query to Excel and and format it. The problem is it puts a tiny square on CR and newline as follows:
For the guaranteed value of 0.003 the risk is low.□
□
He has not requested at this time. This was likely omitted.□
□
The following note will be included in the guarantee conditions: □
Following is the code line which takes the access data from the filed and put it in Excel cell:
objWS.Cells(intRowCount, intColCount).Value = fld.Value
I tried to use the trim function (Trim (fld.Value)) and it didn't work.
Any help is greatly appreciated.
Shan.
Can someone help me here? I have a field with memo data type where I store like 1500 charcaters. I have a command button which when the user clicks export a query to Excel and and format it. The problem is it puts a tiny square on CR and newline as follows:
For the guaranteed value of 0.003 the risk is low.□
□
He has not requested at this time. This was likely omitted.□
□
The following note will be included in the guarantee conditions: □
Following is the code line which takes the access data from the filed and put it in Excel cell:
objWS.Cells(intRowCount, intColCount).Value = fld.Value
I tried to use the trim function (Trim (fld.Value)) and it didn't work.
Any help is greatly appreciated.
Shan.