Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Insert footer in word file created by OLE

Former Member
0 Kudos

Hello friends,

Does anybody know how to insert footer in a word document, which is created by OLE ?

If anybody knows how to do it, that would be great and very helpful.

Thanks in advance,

Regards

1 REPLY 1

Juwin
Active Contributor
0 Kudos

Hi Mehmet,

  1. Open a blank word document.
  2. Start recording a macro in it.
  3. Insert footer and add the required contents to it.
  4. Now stop recording macro.
  5. Open the code for the recorded macro.

There you will get the OLE steps to create a footer in the word document.

Thanks,

Juwin