CLOSEEDIT IN EXCEL (把焦点从当前单元格上移开)

try
            {

                objMiss=Missing.Value;
                XLApp.Visible = true;
                XLApp.ActiveCell.Activate();
                XLApp.ActiveCell.FindNext(objMiss);           
            }
            catch (Exception Ex)
            {
                MessageBox.Show(Ex.Message);
            }
              

 

posted on 2008-08-15 10:02  逝去的时光  阅读(272)  评论(0)    收藏  举报

导航