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 DiscussionsAccess Form opend with a menuitemCan we set sheet name in excel as active using python scriptSolvedUnable to capture objects inside iFrames in Power App using TestComplete
Related Contentdelete or clear excel xlsx filedelete a row in an excel filedelete or clear excel xlsx file