Options

Header Text Vertical..Urgent

mrigyamrigya Member Posts: 124
Hi All,

How can i print the header text vertically whle exporting the report to excel,its urgent plz.

Regards
Mrigya

Comments

  • Options
    SnoopySnoopy Member Posts: 43
    You have to define the property for Excel: Orientation = 90
  • Options
    mrigyamrigya Member Posts: 124
    What i need to write for the code
  • Options
    SnoopySnoopy Member Posts: 43
    Well, I have never tried this, just Bold, and so on, but this could work.

    XlWrkSht.Range(xlColID ).Orientation := 90;
Sign In or Register to comment.