This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub FindMatchedValues() | |
Dim sheetName As String | |
Dim startIndex As Integer | |
Dim itemsAmount As Integer | |
Dim targetValue As Integer | |
Dim indicatorLetter As String | |
Dim valuesLetter As String | |
Dim values As Range | |
Dim matchedValuesLetter As String | |
Dim matchedValuesStartIndex As String |