`
xylffxyfpp
  • 浏览: 112594 次
  • 性别: Icon_minigender_1
  • 来自: 上海
文章分类
社区版块
存档分类
最新评论

excel后台打开

阅读更多
  Sub   后台打开()  
          Application.ScreenUpdating   =   False  
          Workbooks.Open   Filename:="D:\test.xls"  
          ActiveWindow.Visible   =   False  
          Application.ScreenUpdating   =   True  
  End   Sub  
   
   
  Sub   取消隐藏()  
          Windows("text.xls").Visible   =   True  
  End   Sub  
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics