excel宏vba代码
Functiongetlastusedrow(rgAsRange)AsLongDimlmaxrowsAsLonglmaxrows=ThisWorkbook.Workshe...
Function getlastusedrow(rg As Range) As Long
Dim lmaxrows As Long
lmaxrows = ThisWorkbook.Worksheets(1).Rows.Count
If IsEmpty(rg.Parent.Cells(lmaxrows, rg.Column)) Then
getlastusedrow = rg.Parent.Cells(lmaxrows, rg.Column).End(xlUp).Row
Else
getlastusedrow = rg.Parent.Cells(lmaxrows, rg.Column).Row
End If
End Function
公司电脑一运行到这就报错
(If IsEmpty(rg.Parent.Cells(lmaxrows, rg.Column)) Then)
是什么原因呢。 展开
Dim lmaxrows As Long
lmaxrows = ThisWorkbook.Worksheets(1).Rows.Count
If IsEmpty(rg.Parent.Cells(lmaxrows, rg.Column)) Then
getlastusedrow = rg.Parent.Cells(lmaxrows, rg.Column).End(xlUp).Row
Else
getlastusedrow = rg.Parent.Cells(lmaxrows, rg.Column).Row
End If
End Function
公司电脑一运行到这就报错
(If IsEmpty(rg.Parent.Cells(lmaxrows, rg.Column)) Then)
是什么原因呢。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询