I have a small problem my macro is the following :
For i = 8 To 33
Set Namesheet = Workbooks("XXX.xlsm").Worksheets("Macro").Range("M" & i)
(.....)
Sheets(Namesheet).Select
But instead of giving me 603 (that is the name of my sheet), it gives me "603".
Any thing I could do to solve that ?
Thanks in advance