Results 1 to 2 of 2

Thread: Rows Filled in Excel

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Posts
    76

    Rows Filled in Excel

    How to get the filled rows in a excel worksheet

    I have worksheet i neeed to programatically Thru a macro get the last row col combination entered.

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Posts
    76

    Found a solution

    Here is how you can find the range for a excel work sheet

    MsgBox ActiveCell.CurrentRegion.Row
    MsgBox ActiveCell.CurrentRegion.Column

    MsgBox ActiveCell.CurrentRegion.Rows.Count
    MsgBox ActiveCell.CurrentRegion.Columns.Count


    Thank you

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