请帮忙解释下面语句意思-2
题目
请帮忙解释下面语句意思-2
'填写遗漏值
Dim n As Integer
Dim arrR() As Integer, arrB() As Integer
ReDim arrR(5), arrB(5)
Dim r As Range
Dim k As Long
Dim t As Integer
arrR(0) = 9
arrB(0) = 9
Range("B3:AX7").Value = ""
For n = 2 To 50
k = 9
Do While Cells(k, n).Text = ""
k = k + 1
Loop
For t = 1 To 5
Do While Cells(k, n).Text = ""
k = k + 1
Loop
arrR(t) = k
arrB(t) = k
k = k + 1
If n < 35 Then
If Cells(k, n).End(xlDown).Row > 65530 Then Exit For
Cells(t + 2, n) = arrR(t) - arrR(t - 1) - 1
ElseIf n > 34 Then
If Cells(k, n).End(xlDown).Cells.Row > 65530 Then Exit For
Cells(t + 2, n) = arrB(t) - arrB(t - 1) - 1
End If
Next t
Next n
Exit Sub
End If ' If Target.Value = Sheets("双色球").Cells(i, 2)
Next i
Else 'If Len(Target.Value) = 7
Exit Sub
End If 'If Len(Target.Value) = 7
End Sub
答案
Do While Cells(k,n).Text = ""
循环执行 条件是 如果表格 行K 列N 的内容是“”(空的) 就继续循环执行
举一反三
已知函数f(x)=x,g(x)=alnx,a∈R.若曲线y=f(x)与曲线y=g(x)相交,且在交点处有相同的切线,求a的值和该切线方程.
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
最新试题
热门考点
- 1.在数轴上画出表示数|-3|,-2,-4的点,把这些数从小到大用“< ”连接起来.
- they want some beef for lunch改为同义句
- 碳原子性质活泼,可以跟多数元素原子形成共价键 ,为什么不对?
- 将一个图形沿某一方向移动一定的距离,这种图形运动称为 或 .当我们乘汽车和电梯时,可用什么来解释.
- 晨宇是什么含义
- 植物的光合作用是什么能的转化,它的文字表达式是什么?
- (x-16):3=18:1 求X.急
- 一份稿件,甲,乙两人和打六分之一小时完成,甲单独打三分之一小时完成,乙单独多少小时完成这份稿件?
- 水循环在自然界中的意义
- fortran77中语句integera是什么意思