I am using WORD to create a letter via VB using the word object:
OBJ.ActiveDocument.PageSetup.DifferentFirstPageHeaderFooter = True
I am able to run this via MS word and it works fine. But when I run this in my application, it does not hide the first page header. Any other suggestions or clues as to why this is not working?
OBJ.ActiveDocument.PageSetup.DifferentFirstPageHeaderFooter = True
I am able to run this via MS word and it works fine. But when I run this in my application, it does not hide the first page header. Any other suggestions or clues as to why this is not working?