2
Goodnight,
I am making a rule in vba that will run for all worksheet lines. So I created a variable, Cells(l,3) = "ID", but when I call this variable in the formulas is returning the word ID instead of the value in the cell (L,3).
Can someone help me?