Juls
13 years agoOccasional Contributor
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"); ...