工作表保护,无法整行删除或批量修改。在视图-宏-录制宏-F5执行。执行后工作表恢复如初。
1
通过亲自测试R17可用,R19不可用,会弹出错误,感觉不错,传上来。
2021-09-12 13:32:42 400KB catia 锥齿轮
1
EXCEL的常用259个常用宏代码 可以提高 办公效率,财务人员的福音
2021-09-08 18:48:54 62KB EXCEL的宏代码
1
excel中破解密码时 在宏中录入的代码
2021-09-07 15:49:10 6KB 破解密码
1
怎么用VBA实现以身份证号在文件夹中找到照片,复制到指定文件夹并重命名
2021-09-06 11:45:20 189KB 宏代码
1
Excel 三级 联动 下拉框 宏代码 实例 代码注释 先在第一个下拉框加入一个valiation, 内容是 =$A$2:$A$5 Private Sub Worksheet_Change(ByVal Target As Range) ' Call back function which defined within according worksheet Dim i As Integer Dim tempStr As String Dim firstDrawBoxRowCount As Integer Dim firstDrawBoxColumn As Integer firstDrawBoxRowCount = 4 'Define the row number of first draw box firstDrawBoxColumn = 1 'Define the column number of ifrst draw box Dim secondDrawBoxRowCount As Integer Dim secondDrawBoxColumn As Integer secondDrawBoxRowCount = 33 'Define the row number of second draw box secondDrawBoxColumn = 4 'Define the column number of second draw box If Target.Column = 1 Then 'This defines the first column of draw box list, you can also define the row number of draw box list Cells(Target.Row, Target.Column + 1) = "" ' Do the clean first Cells(Target.Row, Target.Column + 1).Validation.Delete Cells(Target.Row, Target.Column + 2) = "" Cells(Target.Row, Target.Column + 2).Validation.Delete For i = 2 To firstDrawBoxRowCount + 1 'Enter the cycle to find out the content for column 2 If Trim(Cells(Target.Row, Target.Column)) = Trim(Cells(i, firstDrawBoxColumn)) Then tempStr = Trim(Cells(i, firstDrawBoxColumn + 1)) 'Find out the options for second draw box, it is seperated by , Cells(Target.Row, Target.Column + 1).Select ' Fill the validation to second draw box With Selection.Validation .Delete .Add Type:=xlValidateList, AlertStyle:=xlValidAlertStop, Operator:= _ xlBetween, Formula1:=tempStr .IgnoreBlank = True .InCellDropdown = True .InputTitle = "" .ErrorTitle = "" .InputMessage = "" .ErrorMessage = "" .IMEMode = xlIMEModeNoControl .ShowInput = True .ShowError = True
2021-08-29 22:09:39 27KB Excel 三级 联动 下拉框
1
第一章 研究背景 第二章 鱼叉攻击邮件分析 一、 邮件主题分析 二、 攻击行业分析 三、 攻击地区分析 四、 发件邮箱分析 第三章 鱼叉攻击邮件携带文档分析 一、 携带文档类型 二、 攻击触发方式 三、 最终攻击载荷 第四章 鱼叉攻击邮件携带文档攻击案例 一、 利用漏洞攻击案例 二、 带毒宏攻击案例 三、 带交互的恶意对象攻击案例 四、 嵌入带毒程序攻击案例 第五章 结语
2021-08-08 13:00:06 1.65MB 鱼叉攻击邮件 漏洞 宏代码 载荷投递
excel 批量合并文件夹下所有文件并以文件名做为表名。
2021-07-28 05:57:59 23KB excel vba 代码
1
最全面的双色球定位+和值+大底+余数分析
2021-07-15 20:02:38 1.6MB 双色球 统计 分析
1
宏命令catia齿轮宏-直齿轮+斜齿轮+锥齿轮
2021-05-06 22:19:10 400KB 宏命令
1