On Dec 12, 2011, at 2:07 PM, [email protected] wrote: > Today's Topic Summary > Group: http://groups.google.com/group/mercuryqtp/topics > > How to get rowcount of an excel file that is opened during runtime? [3 > Updates] > How to get rowcount of an excel file that is opened during runtime? > sirisha chigurupati <[email protected]> Dec 12 10:42AM +0100 > > Hi All, > > How to get rowcount of an excel file that is opened during runtime. > > Regards, > Sirisha Chigurupati > ...more > shashi qa <[email protected]> Dec 12 04:25PM +0530 > > Set xl=Createobject("Excel.Application") > > Set y=x.workbooks.open ("path") > > Set z=y.worksheets("Sheet1") > > Row_count=z.usedrange.rows.count > > msgbox row_count > > On Mon, Dec 12, 2011 at 3:12 PM, ...more > pramod goud <[email protected]> Dec 12 05:12PM +0530 > > rowNum=wrkShtobj.usedrange.rows.count > > On Mon, Dec 12, 2011 at 3:12 PM, sirisha chigurupati > > -- > *Thanks&Regards* > * Pramod* > * 9533624471* > ...more > You received this message because you are subscribed to the Google Group > mercuryqtp. > You can post via email. > To unsubscribe from this group, send an empty message. > For more options, visit this group. > > -- > You received this message because you are subscribed to the Google > "QTP - HP Quick Test Professional - Automated Software Testing" > group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/MercuryQTP?hl=en
-- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en
