Using the COM for opening Excel, can't select a particular sheet.
I am using the COM to work with Excel 2007. When I use the following code, it opens to the first sheet by default. Excel = Sys.OleObject("Excel.Application"); Delay (3000); // Wait until Exce...