D
Derek
ok, I am building a string of data from an array and separating each cell
from the array with CHR(124) then ending the row with a "vbcr".
then I set the bookmark in the word document to the string of data, then
select the string of data and use the "ConvertToTable(chr(124))" and it works
beautifully!\
Now, the forst column of data contains a firstname lastname and full address
information(street, city, state, zip) and i would like to be able to format
this column so that the information appears as follows:
First Last name
Address Line 1
Address Line 2
City, State
Zip Code
When I build my data string I tried ending each field above with a chr(10)
or chr(13) to force it to the next line, but, the converttotable commande
sees these as separate lines when converting to a table, so I end up with 5
lines and the remaining columns in this line have 4 rows of empty data except
for the last line.
Does anyone know how to get around this and format this column as I did above?
Thanks !
Derek
from the array with CHR(124) then ending the row with a "vbcr".
then I set the bookmark in the word document to the string of data, then
select the string of data and use the "ConvertToTable(chr(124))" and it works
beautifully!\
Now, the forst column of data contains a firstname lastname and full address
information(street, city, state, zip) and i would like to be able to format
this column so that the information appears as follows:
First Last name
Address Line 1
Address Line 2
City, State
Zip Code
When I build my data string I tried ending each field above with a chr(10)
or chr(13) to force it to the next line, but, the converttotable commande
sees these as separate lines when converting to a table, so I end up with 5
lines and the remaining columns in this line have 4 rows of empty data except
for the last line.
Does anyone know how to get around this and format this column as I did above?
Thanks !
Derek