P
Paul
I have just inherited a system which consists of WORD 2000 forms and macros.
Many of the forms are launched by another application which passes parameters
to the form; so I have little control over the format of the input data. Zip
codes are passed to the forms as either five digits or nine digits with no
dash. I have a routine that will create a barcode for any zip code formatted
as "12345" or "12345-6789", but will not work for "123456789". How can I
change "123456789" into "12345-6789"?
Many of the forms are launched by another application which passes parameters
to the form; so I have little control over the format of the input data. Zip
codes are passed to the forms as either five digits or nine digits with no
dash. I have a routine that will create a barcode for any zip code formatted
as "12345" or "12345-6789", but will not work for "123456789". How can I
change "123456789" into "12345-6789"?