If you need a VBA solution, you could use something like:
![]()
Function LastColumnMatch(ByVal FindString As String, ByRef InRange As Range) LastColumnMatch = InRange.Find(What:=FindString, SearchDirection:=xlPrevious).Column End Function
If you need a VBA solution, you could use something like:
![]()
Function LastColumnMatch(ByVal FindString As String, ByRef InRange As Range) LastColumnMatch = InRange.Find(What:=FindString, SearchDirection:=xlPrevious).Column End Function
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks