Hi Omkar, I can;t recollect any in-built function through which you can excel cell value using rowname and columnname though it can be accessed directly using objTable.getcelldata(rownum, columnnum ).
so what you can do is you can create a custom function which can find out the rowname and columnname from excel pertaining to specific row and column and then can use the implicit function to achieve what you want. do let us know if i'm not able to make my point clear. Cheers.. On May 22, 12:49 pm, omkar <[email protected]> wrote: > Hi All, > > I am working with Excel Object in QTP. > > I want to get the Excel cell content using Column Name, Row Name. > > Is there a way to do that. > > OBJEXCELWORKSHEET.cell(RowName, ColumnName) > > In RowName and ColumnName I want to provide the names instead of numbers. > > -- > Thanks & Regards, > Omkar Deekonda > +91 9986519903 -- 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
