Results 1 to 12 of 12

Thread: vertical title in excel cells

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2004
    Location
    Argentina, Buenos Aires
    Posts
    38

    Resolved vertical title in excel cells

    I use the code, for example :

    excelsheet.application.worksheets("myname').value="prod"
    with excelsheet.application.worksheets("myname").range("A1")
    .orientation=xlvertical
    end with

    and sometimes works : it gives p
    r
    o
    d



    and some others does nothing!!
    I feel I need the value of the constant xlvertical, but don't know how to find it. Once I needed the value of xlup and you gave it to me : -4162
    Furthermore what I really want is the result d
    o
    r
    p
    and the 4 lines nearer. Any help? Thanks
    Last edited by Norah; Mar 3rd, 2005 at 02:53 PM. Reason: RESOLVED

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width