Jump to content

Count Excel total rows (-1)


Recommended Posts

I want to get the result in the form of (total rows - Header)

Using the below code, I can get the total rows which is including the header. How can I use '-1' in Excel?

Local $Lines = $oWorkbook.ActiveSheet.UsedRange.Rows.Count

MsgBox(0, '', $Lines)

Eg: if the $Lines = 4 ; Total rows

The result should be 4 - Row1 = 3

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...