Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to verify data in excel sheet dowloaded from web appln
#3
Solved: 10 Years, 9 Months, 1 Week ago
Hi,

Found solution for my query. Used below code to retreive the row count from an open application:

Code:
Set objExcel = Createobject("Excel.Application")
Do
     Wait(2)
Loop Until objExcel.Visible = True
rowCount = objExcel.ActiveWorkbook.ActiveSheet.usedrange.rows.count

Thanks,
Ravi.
Reply


Messages In This Thread
RE: How to verify data in excel sheet dowloaded from web appln - by Ravi_Chandra - 01-31-2011, 12:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Want to read the data from excel and set read value in the JavaTable rajeevk7 0 2,172 07-10-2017, 04:20 PM
Last Post: rajeevk7
  dtLocalSheet empty even though excel file contains data cantorre 2 2,229 05-10-2017, 12:47 PM
Last Post: vidhi
  Reading data from excel sheet serenediva 1 8,895 03-03-2017, 10:07 AM
Last Post: vinod123
  [UFT] [WPF] Verify if the cell contains an image robertosalemi 0 1,783 10-25-2016, 06:57 PM
Last Post: robertosalemi
  Need to verify the drop down values based on condition santhoshmscsoftware 1 2,717 05-04-2016, 11:28 PM
Last Post: supputuri

Forum Jump:


Users browsing this thread: 1 Guest(s)