hi, i am new in excel vba i am trying to write a code that will use a dynamic value as the column index
i googled it and reached at this code
Dim FileName As String
Dim value As String
Dim value2 As Double
Dim value3 As Double
Dim wbName As String, wb As Workbook, ws As Worksheet...