Im trying to insert a simple line break via VBA from an access report. Report looks fine but when I export to Excel the cell shows a | istead of putting a line break in. Code to use was simple as follows.
Dcity = Dcity & Chr(13)
MERIDIAN - Showing up as this where Meridian is the city and the line break shows up as a character -
Dcity = Dcity & Chr(13)
MERIDIAN - Showing up as this where Meridian is the city and the line break shows up as a character -