I have an Export Query set up in Access 2007 (linked to SQL Server 2005 tables), which exports to an Excel 2007 spreadsheet. On my PC, it displays correctly, but on another user's it shows the newline characters (or 'carriage returns', in 'memo' fields) as small boxes, which also print. Whilst I could write some VB to remove them from the spreadsheet, it occurs to me that there must be some setting that is different between the two PCs, which are both running the same version of Office 2007. Mine is running Vista Business, and the other XP, but I think the problem is also apparent on another Vista PC.
I have found numerous routines for replacing Chr(10) and Chr(13), but nothing about this apparent discrepancy between similar setups.
Any ideas?