![]() |
How to enter values into excel which is already open using QTP - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: How to enter values into excel which is already open using QTP (/Thread-How-to-enter-values-into-excel-which-is-already-open-using-QTP) |
How to enter values into excel which is already open using QTP - Narayanan - 12-10-2013 I have a open excel work sheet and i need to activate this sheet and paste values to it. I have written code to open a new excel sheet and paste values into sheet1. But not sure how to activate once again and paste values into sheet2 so on... Right now, every time i close the excel and open once again Code: Set xlsApp = CreateObject("Excel.Application") I receive Unknow run time error RE: How to enter values into excel which is already open using QTP - basanth27 - 12-11-2013 Probably it should be, Code: For C=1 to columncounter-1 |