Link Excel to Word Mail Merge - found problem for mix data type

P

Param

Hi, I have data in excel e.g.

59
45
67
-
78
90

actually this is my students marks. simbol - show they absent for the paper.
I use it to mail merge using word. but it show:

59
45
67

78
90

Q: any way to display both type of data?


TQ
Param
 
P

Peter Jamieson

Again, you can try switching to the DDE method of connecting to Excel, as
described in my earlier reply. Instead, you /may/ find that changing the
format of the cells in this column in Excel to "Text" changes things, but
generally speaking when you connect using the default method (OLEDB), the
provider tries to determine what type of data is in the column depending on
what is in the first few rows (8 or 25, I think). If it finds lots of
non-numeric items near the top, it will probably treat the column as text.
If it finds mostly numbers near the top, it will probably treat it as
numeric and change non-numeric values to 0 or blank. If you do not have too
many columns (max. about 63) you could also consider cutting/pasting your
Excel sheet into a Word document and using that as your merge data source.

Peter Jamieson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top