Sam
2003-12-14 18:58:16 UTC
Hi ...
Here is a message I posted in the word.VBA.beginners newsgroup. Cindy
Meister replied and told me to post it here, and to provide additional info.
The table has nine data fields.
APN Salut. Last First Adr1 Adr2 City State Zip
APN is a code number. Salut is Mr, Ms, etc. Use seven fields in the envelope
address I'm trying to print
<<First>> <<Last>>
<<Adr1>>
<<Adr2>>
<<City>>
<<State>> <<Zip>>
Sometimes Adr2 is blank, of course, but I have used this setup in the past
with no problem. Not from a table though, but from entering data in the Word
data entry feature. It looks just like a table, though. Yes, I made sure the
box `Do Not Print Blank Lines' was checked.
Thanks for any assistance.
Sam
A man who had lately declared
That property ought to be shared,
Thought it going too far
When they called for his car,
And a list of exceptions prepared.
Thomas Thorneley,
From The Penguin
Book Of Limericks
Here is a message I posted in the word.VBA.beginners newsgroup. Cindy
Meister replied and told me to post it here, and to provide additional info.
A couple of days ago I posted a question about making text look prettier
in a table. Mr. Doug Robbins gave me a prompt reply, and I thank him.
Now I have my table. A thing of beauty. I close the document and
openin a table. Mr. Doug Robbins gave me a prompt reply, and I thank him.
Now I have my table. A thing of beauty. I close the document and
Mail Merge. (I am not doing Mail Merge with a macro, just trying to
printenvelopes manually.) But when I try to use the document with my table as
theJohn Smith
8993 Main St.
Reno
NV 89013
Why the blank line between address and city, and between city and
state??8993 Main St.
Reno
NV 89013
Why the blank line between address and city, and between city and
Well, I figured it must be because empty cells in table are not
reallyempty. They have <Line Feed> and <Return> characters in them. Can they
beerased?? Apparently not.
I had another idea. Saved the table as a text file. I tried to use
thatI had another idea. Saved the table as a text file. I tried to use
as the data source. This time when I tried to Mail Merge, a window
popped upsaying the record didn't have enough data fields.
I gotta admit that concept is too esoteric for me. The right number
ofI gotta admit that concept is too esoteric for me. The right number
data fields for a record to have is the number that it actually has. If
ithas six fields, then the right number for it to have is six. If it has
seven, the right number for it to have is seven. Is that not right??
A data record, by definition, cannot have fewer or more fields than
itseven, the right number for it to have is seven. Is that not right??
A data record, by definition, cannot have fewer or more fields than
actually has. Can it?? I simply don't understand.
Anyway, my problem is to use the data, somehow, to create labels (or
envelopes.) Would appreciate any help.
I am using Word 2000, Windows 98 SE.Anyway, my problem is to use the data, somehow, to create labels (or
envelopes.) Would appreciate any help.
The table has nine data fields.
APN Salut. Last First Adr1 Adr2 City State Zip
APN is a code number. Salut is Mr, Ms, etc. Use seven fields in the envelope
address I'm trying to print
<<First>> <<Last>>
<<Adr1>>
<<Adr2>>
<<City>>
<<State>> <<Zip>>
Sometimes Adr2 is blank, of course, but I have used this setup in the past
with no problem. Not from a table though, but from entering data in the Word
data entry feature. It looks just like a table, though. Yes, I made sure the
box `Do Not Print Blank Lines' was checked.
Thanks for any assistance.
Sam
A man who had lately declared
That property ought to be shared,
Thought it going too far
When they called for his car,
And a list of exceptions prepared.
Thomas Thorneley,
From The Penguin
Book Of Limericks