MacroEcon1337
Board Regular
- Joined
- Mar 16, 2017
- Messages
- 65
I have an excel macro – (not handy at the moment, but can fetch tomorrow AM if needed) – which creates a fresh Word document, and transfers/pastes into it about 50 pages of text/image content from Excel.
But the footers are killing me. What I am looking for is this:
--------------------------------------footer begin below--------------------------------------
<LOGO IMAGE: left justified> <PAGE #: right justified>
--------------------------------------- end footer----------------------------------------------
Can anyone think of a simple code which would create a fresh word document with footers that look like the above?
Notes:
1. I think a 2x1 TABLE may need to be injected into the Footer - otherwise, the Logo Image and Page # both want to JUSTIFY the same direction.
2. Page # needs to be dynamic - like a field code -- that way they update if new pages are inserted into the word document AFTER it has been created.
I worked all afternoon on this, and could not solve. Any suggestions or code greatly appreciated,
MC
But the footers are killing me. What I am looking for is this:
--------------------------------------footer begin below--------------------------------------
<LOGO IMAGE: left justified> <PAGE #: right justified>
--------------------------------------- end footer----------------------------------------------
Can anyone think of a simple code which would create a fresh word document with footers that look like the above?
Notes:
1. I think a 2x1 TABLE may need to be injected into the Footer - otherwise, the Logo Image and Page # both want to JUSTIFY the same direction.
2. Page # needs to be dynamic - like a field code -- that way they update if new pages are inserted into the word document AFTER it has been created.
I worked all afternoon on this, and could not solve. Any suggestions or code greatly appreciated,
MC
Last edited: