Results 1 to 2 of 2

Thread: retrieving excel row height

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2007
    Posts
    30

    retrieving excel row height

    VB6
    have an excel sheet open, all works well.

    I want to retrieve the height of a row and i cant seem to find any function to do it

    more precisely i want to do something like
    VB Code:
    1. For i = 1 To range.rows.count
    2.     Msgbox worksheet.row(i).height
    3. Next i

    only problem is worksheet.row doesnt have an index or any properties... nor does anything else i have been able to find.

    Thanks

  2. #2
    Junior Member
    Join Date
    May 2006
    Posts
    31

    Re: retrieving excel row height

    Use RowHeight instead of height.

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