One common thing to do, some functions require it, is to activate a workbook before doing something else. Workbook.Activate() Using this will result in a compile time warning: Warning 1 Ambiguity between method 'Microsoft.Office.Interop.Excel._Workbook.Activate()'
Read More...