Sorry I couldn't fit everything descriptive in the subject line but here goes. I'll have the following code in VBA to include a carriage return...:
strHoldGCdata = strHoldGCdata & "<<" & vbCrLf
Now the data in the Memo field i'm adding this to in access creates a carriage return. But when I export the table to Excel, for some reason the carriage return is not reflected in the Field. Instead it has ABC||DEF in the field. I would expect it to be like this within the same field...:
ABC
DEF
I know its something simple or silly i'm just not seeing. Any help would be appreciated. Thanks.
strHoldGCdata = strHoldGCdata & "<<" & vbCrLf
Now the data in the Memo field i'm adding this to in access creates a carriage return. But when I export the table to Excel, for some reason the carriage return is not reflected in the Field. Instead it has ABC||DEF in the field. I would expect it to be like this within the same field...:
ABC
DEF
I know its something simple or silly i'm just not seeing. Any help would be appreciated. Thanks.