OLE MSWord VB Objects
With ActiveDocument.Sections(1)
.Footers(wdHeaderFooterPrimary).PageNumbers.Add
End With
Does any one know how to call this above MSWord VB object from an ABAP program using OLE Automation?
Thank you guys.
Archived discussions are read-only. Learn more about SAP Q&A
With ActiveDocument.Sections(1)
.Footers(wdHeaderFooterPrimary).PageNumbers.Add
End With
Does any one know how to call this above MSWord VB object from an ABAP program using OLE Automation?
Thank you guys.