View Single Post
 
Old 01-09-2014, 03:29 PM
jakeic jakeic is offline Windows 8 Office 2013
Novice
 
Join Date: Jan 2014
Posts: 5
jakeic is on a distinguished road
Default Add text box to each page in a word doc

Dear vba pros,

I recently need to do some referencing job for a large amount of pages.
Most of the documents originally were in the PDF format. But i managed to convert them into word as images (because it seems the conversion would cause some format changes if they are not converted as images, each page could contain several images )

So what i need to do is, i need to add a text box at the top right hand side to EACH page, and the content for each text would be:

Ref no
Signature & Date

the ref no would be in the format as "letters + number"
e.g: T100 for the first page, T101 for the second page....
or: AB100 etc

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Btw I don't think the header and footer would work in this situation, as some of images blocked the header ares, and also I can't customize the ref no to the way I need it to be
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

the Ref no would be in bold and red color
the signature and date would be in bold and blue.

Im thinking the macro could use a userform to obtain the ref no and the signature, however, after a million tries, i still stuck in the every beginning.

I would be grateful if any of you could help pls?

Thanks a million

Last edited by jakeic; 01-10-2014 at 01:28 AM.
Reply With Quote