Skip to main content

[Migrated content. Thread originally posted on 20 February 2006]

I want to set the orientation to landscape in an excel worksheet in a cobol program. Can somebody tell me how I can do this.

Is there a manual regarding the creation of a word, excel... document from a cobol program ?

[Migrated content. Thread originally posted on 20 February 2006]

I want to set the orientation to landscape in an excel worksheet in a cobol program. Can somebody tell me how I can do this.

Is there a manual regarding the creation of a word, excel... document from a cobol program ?

           MODIFY olWrkSh @PageSetup::Orientation = xlLandScape.