Forum Discussion

Juls's avatar
Juls
Occasional Contributor
12 years ago

Open Excel worksheets in c# script

Hello, I would like to define which worksheet should be used next in different tests. I tried it like this, but it doesn´t work right:  l_Excel = Sys["OleObject"]("Excel.Application"); ...