随笔分类 - Office
摘要:在word或Excel的宏中运行如下函数即可Sub ShowFaceIDs() Dim NewToolbar As CommandBar Dim NewButton As CommandBarButton Dim i As Integer, IDStart As Integer, IDStop As Integer ' Delete existing FaceIds toolbar if it exists On Error Resume Next Application.CommandBars("FaceIds").Delete On Error GoTo 0 &
阅读全文
摘要:----------修改:----------------------------------------------------------------------string sql = "select * from [{0}A:DA]";string sql = "select * from [录像测试用例$A:DA]";--------一下为原因--------------------------------------------------------------------string strSql = "select * fro
阅读全文
摘要:选中单元格--数据-- 数据有效性--之后在弹出来的对话框写入内容输入信息也可以写入些东西。这些都是出错的警告,大家可以设置 一下。
阅读全文
摘要:http://hi.baidu.com/wangzhiqing999/blog/item/9bced627f9fa9b499822edfc.html
阅读全文
摘要:因为每一个单元格默认是锁定的,所以你先全选整个工作表,右键单元格格式,保护选项卡,把锁定的打钩取掉,然后选择要锁定的那一行,把锁定的打钩钩上,然后选择菜单工具,保护,保护工作表,输入密码,OK。
阅读全文