hi all, I am working on a project which I wrote repeatedly "Sheets(x).Cells(i,n)" and "Sheets(y).Cells(j,m)"
where x, y, n and m are constants, while i and j are loop variables.
After a while, I am lost on which is which. Hereby I want to create two variables, preferably named "targetCell"...