The basic code without error checking
![]()
Sub FindZero() Dim I As Integer I = WorksheetFunction.Match(0, Range("M1:M100"), 0) MsgBox I End Sub
The basic code without error checking
![]()
Sub FindZero() Dim I As Integer I = WorksheetFunction.Match(0, Range("M1:M100"), 0) MsgBox I End Sub
Elegant Simplicity............. Not Always
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks