Results 1 to 2 of 2

Thread: Excel Range

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2003
    Posts
    124

    Excel Range

    I have the following range selected in an excel spreadsheet

    PHP Code:
    Dim sel1 As Excel.Range
    key1 
    "A" intUpperSort
    key2 
    "A" intUpperSort intRowSortRange 2
    key3 
    "E" intUpperSort intRowSortRange 2
    key4 
    "E" intUpperSort
    sel1 
    oSheet.Cells.Range(key1key3
    how do i sort sel1 accodring to Column E Alphabetically Ascending?

    thx
    db

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Jun 2003
    Posts
    124
    forgot to mention....


    i know about sel1.sort(...

    but i have no clue how to use it

    thx again

    db

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