Code:
Worksheets("Agent").Cells(8, 2) = Feuil1.Cells(8, AgCol)
Maj(8, 2) = 8
Yes, part of the code is in French and part in English - this doesn't seem to affect the functionality.
"Feuil1" is the worksheet with all the data, The worksheet called agent is where I want the data to display. "Maj" is an array used to transfer up and down between the sheets.
Does this shed any light on the matter?