Hello, I used the macro on one scenario and found the page number did not keep the original one. Instead pages is from 1 to N where N is the number of total pages of combined RTF file. The reason I suspect is that RTF code when opened in NotePad++ contains page information like this \fldinst { PAGE }}}{ of }{\field{\*\fldinst { NUMPAGES }}} . And this is probably due to fact that RTF code "^{pageof}" in used in proc report in SAS program to create the RTF file. Can someone help?
... View more