Forum Discussion

googleid_118035's avatar
googleid_118035
Contributor
10 years ago
Solved

Does it’s possible to call function name from the Excel file and do the execution?

Hi All, Does it’s possible to call function name from the Excel file and do the execution? Ex; Function been created and exists in Testcomplete (Using vb scripts or Jscripts). Excel fi...
  • murugans1011's avatar
    10 years ago
    Ya Possible. Just Call function with param values in excel



       Excel



        login(test)  'Call like this





    script



       Function login(param1)

      .....

      .....

      End function