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 DiscussionsApplication url change managementDelphi Mainmenu items is not clickedTestComplete Chrome Host (32-bit) process not clearing up after running test
Related Contentdelete or clear excel xlsx filedelete a row in an excel filedelete or clear excel xlsx file