VBA命令按钮操作
摘要:
1、添加一个命令按钮SubAddCommandBar()'命令DimcbarAsCommandBarButtonSetcbar=CommandBars("Standard").Controls("临时按钮")IfNotcbarIsNothingThenExitSubEndIfWithCommandBars("Standard").Protection=msoBarNoProtectionWith.... 阅读全文
posted @ 2007-02-07 14:32 hong 阅读(2626) 评论(0) 推荐(0) 编辑