Hello guys, i am beating my head here
need your help... i have 2 strings and i want a variant to call this string through an iteration, but i can't get it.
Sub teste()
Dim i As Integer
For i = 1 To 2
var1 = "Empresa"
var2 = "Material"
desc = "var" & i
l = Application.Match(desc...