Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
excel macro to open QTP from excel
#1
Solved: 10 Years, 9 Months ago
Hi,

Could anyone please provide an excel macro example which illustrates opening QTP through excel

Thanks,
Karthik
Reply
#2
Solved: 10 Years, 9 Months ago
Paste the below code in the Excel Macro and this should solve your purpose.

Code:
Sub QTPInvoke()
Set qtApp = CreateObject("QuickTest.Application") ' Create the Application object

qtApp.Launch ' Start QuickTest
qtApp.Visible = True ' Make the QuickTest application visible

End Sub
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to export the output value of a webedit object to a new excel file. mounika6677 1 1,328 04-14-2019, 05:18 PM
Last Post: mounika6677
  Access not saved excel file randhirsinghskhn 0 929 09-04-2018, 07:26 AM
Last Post: randhirsinghskhn
  Add picture to Excel From UFT eiko 0 1,695 02-10-2018, 12:39 AM
Last Post: eiko
  How To Capture Array Value into Excel Worksheet? Studymode 0 1,305 01-09-2018, 08:37 AM
Last Post: Studymode
  Want to read the data from excel and set read value in the JavaTable rajeevk7 0 2,165 07-10-2017, 04:20 PM
Last Post: rajeevk7

Forum Jump:


Users browsing this thread: 1 Guest(s)