欢迎访问服务器技术网-www.fuwuqijishu.com

[求助]VBA比较一列数值中的两个!!

软件 fuwuqijishu 2年前 (2022-10-01) 10次浏览 0个评论 扫描二维码

关于如题,请下载附件 谢谢

的问题

Sub pdsc()
Dim Myr%, x%, Arr,ma,ma2,r1
Myr = [a65536].End(xlUp).Row
For x = 1 To 3
Arr = Range(Cells(1, x), Cells(Myr, x))
ma = Application.Large(Arr, 1)
ma2 = Application.Large(Arr, 2)
If ma >= 2 * ma2 Then
Set r1 = Range(Cells(1, x), Cells(Myr, x)).Find(ma)
Cells(r1.Row, 1).EntireRow.Delete shift:=xlUp
End If
Next x
End Sub

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2619.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900