Y
Yblitzka
I have a mail merge job in word (2003).
I need to place a number code at the bottom of each page. The code is:
STATIC_CODE RECORDNUMBER_CODE PAGENUMBER_CODE
Where:
Static_code = 011111
RecordNumber_code = the last five digits of "0000RECORDNUMBER"
((Right, string,5) for you programmers)
PageNumber_code = the last three digits of "00CURRENTPAGENUMBER"
((Right, string,3))
My first page looks like this: 01111100001001
I'm not sure how to do this - I want to make a little macro that can
calculate the strings for the record number and the page number. Can someone
give me some direction on this?
TIA,
I need to place a number code at the bottom of each page. The code is:
STATIC_CODE RECORDNUMBER_CODE PAGENUMBER_CODE
Where:
Static_code = 011111
RecordNumber_code = the last five digits of "0000RECORDNUMBER"
((Right, string,5) for you programmers)
PageNumber_code = the last three digits of "00CURRENTPAGENUMBER"
((Right, string,3))
My first page looks like this: 01111100001001
I'm not sure how to do this - I want to make a little macro that can
calculate the strings for the record number and the page number. Can someone
give me some direction on this?
TIA,