Hello,

I was wondering, whether anybody would be able to assist me in a particular problem - I'm having with Microsoft Word VBA Functions.

I have created a piece of code, which I need to be able to paste on each individual page of a Word document.

The existing code determines the page orientation and pastes the correct type of footer on to the individual page. However the code currently pastes on to the 1st page of the document.

How can I get the code to loop/scan through the document?

Any help would be greatly appreciated.

vba_coder1000