当前位置:首页教育技巧excel技巧excel数据库

excel表格菜单栏怎么不动

减小字体 增大字体 2024-04-19 11:31:33


1.如何让excel上面的工具栏保持不动

#001 Sub DelNowBar()

#002 On Error Resume Next

#003 With Application

#004 .CommandBars("Standard").Visible = True

#005 .CommandBars("Formatting").Visible = True

#006 .CommandBars("Stop Recording").Visible = True

#007 .CommandBars("toolbar list").Enabled = True

#008 .CommandBars. = False

#009 .DisplayFormulaBar = True

#010 .CommandBars("NewBar").Delete

#011 End With

#012 End Sub

评论评论内容只代表网友观点,与本站立场无关!

   评论摘要(共 0 条,得分 0 分,平均 0 分)

【免责声明】本站信息来自网友投稿及网络整理,内容仅供参考,如果有错误请反馈给我们及时更正,对文中内容的真实性和完整性本站不提供任何保证,不承但任何责任。
版权所有:学窍知识网 Copyright © 2011-2024 www.at317.com All Rights Reserved .