A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Auto_Open() will work only if it's in a regular (non-workbook or worksheet class, i.e., ThisWorkbook, or Sheet1, Sheet2, etc.) module.
Otherwise, use the Workbook_Open() event macro (as you do above) in the ThisWorkbook() module.