megha_gambhireContributor12 years agoIncorrect Row count of Excel, if we delete few rowsI have used followign code to read row count from Excel. var app = Sys.OleObject("Excel.Application"); var book = app.Workbooks.Open(fileName); RowCount = app.Acti...Show More
mugheessiddiquiContributor12 years agoHi MeghaTry thisRowCount = MsExcel.ActiveCell.CurrentRegion.Rows.Count;RegardsMughees Siddiqui
Recent DiscussionsAn increase in OCR API failuresPulling Test Data from a GitLab RepoHow do I get past the "Unable to start the trial for the TestComplete plugins" error
Related Contentdelete or clear excel xlsx filedelete or clear excel xlsx filedelete a row in an excel file