边学边收集:VB.net开发Excel程序,find函数的参数如何写?
Dim BBlb As Excel.Range
Dim BlbAddress As Integer 'String ''
With ExLapp.ActiveSheet
BBlb = .range(ExLapp.Cells(trow - 1, Blb), ExLapp.Cells(2, Blb)).Find(What:="X", Lookin:=Excel.XlFindLookIn.xlValues, LookAt:=Excel.XlLookAt.xlWhole, SearchDirection:=Excel.XlSearchDirection.xlPrevious)If Not BBlb Is Nothing Then
BlbAddress = BBlb.Row
End If
End With
最后
以上就是花痴微笑最近收集整理的关于举例:VB.net开发Excel程序,find函数的参数如何写?的全部内容,更多相关举例:VB.net开发Excel程序,find函数内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复