Hi, I'm a newbie into AutoIt and I'm running into some trouble lately. I'm running MS office 2010 and trying to use the _Excel_Export UDF to export a sheet in and excel workbook to a pdf. I keep getting an error = 2 code, which means I'm not declaring my sheet properly. I tried the following: Sheet name: "Simple Invoice Dutch"Sheet number: 1Sheet id: "Sheet1"The only object selection that works is giving a cell range, which is fine by me if there is another UDF that allows me to activate a certain sheet of an excel workbook. There used to be a function called _ExcelSheetActivate, but since I