Ejemplo n.º 1
0
 public static void GotoTopWindow(string targetAddress)
 {
     ExcelApp.EnableEvents = false;
     ExcelApp.Goto(Common.ExcelApp.ActiveCell, true);
     ExcelApp.EnableEvents = true;
 }