![]() |
Problem in creating excel object - 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: Problem in creating excel object (/Thread-Problem-in-creating-excel-object) |
Problem in creating excel object - kriday - 07-13-2013 Hi All I have created an excel object like this Code: Set Obj_Excel = CreateObject("Excel.Application") Code: ActiveX component can't create object: 'Excel.Application' I don't know what to do Please I need help on this Thanks in advance RE: Problem in creating excel object - Ankur - 07-13-2013 Some things to check -
|