Excel/VBA - Function to return integer - Stack Overflow
I would like a function to return the index of a column given the rowIndex and a Cell Value: 'Get index of column given a heading name Function FindColumnIndex(name As String, rowNumber As Integer... ... One thing I spotted off the bat: If Cells(row, inde...