L
loopkid1
I've got a basic contact list in the following format:
| A | B | C | D | E | F
| G |
| LNAME | FNAME | ADDRESS | CITY | STATE | ZIP | PHONE |
and so on. Is there any way to pull the data from the rows and insert
it into a pre-formatted layout for each row? For example:
| A | B | C | D |
| *LName, FName* | | | *LName, FName* |
| *Address* | | | *Address* |
| *City, State Zip* | | | *City, State Zip* |
| *Phone* | | | *Phone* |
Basically, I want to convert it into a pdf file and have it easily
readable. If there's a better way to reach that end, I'm definately up
for learning it! Thanks!
Dave Cameron
| A | B | C | D | E | F
| G |
| LNAME | FNAME | ADDRESS | CITY | STATE | ZIP | PHONE |
and so on. Is there any way to pull the data from the rows and insert
it into a pre-formatted layout for each row? For example:
| A | B | C | D |
| *LName, FName* | | | *LName, FName* |
| *Address* | | | *Address* |
| *City, State Zip* | | | *City, State Zip* |
| *Phone* | | | *Phone* |
Basically, I want to convert it into a pdf file and have it easily
readable. If there's a better way to reach that end, I'm definately up
for learning it! Thanks!
Dave Cameron