Votes
Answers
Views
Question
1
1
476
asked 7 years ago by neena
updated 7 years ago by bubblehead712
I was using below line of code with UFT 14 without any issues. `-------------------------------------------------------------------------------- On Error Resume Next Set oOutlook = GetObject( , "Outlook.Application") On Error GoTo 0 If Not IsObject(oOutlook) Then Set oOutlook = CreateObj...