Hail,
This should be easy, when you add a sheet to an existing excel workbook, what code can make sure it is the last one to the right of the other sheets
I know you can:
Obj.Sheets("04-13".Move 'After:=Sheets(121)
But how do I know 121 is the last sheet?
Phailak
This should be easy, when you add a sheet to an existing excel workbook, what code can make sure it is the last one to the right of the other sheets
I know you can:
Obj.Sheets("04-13".Move 'After:=Sheets(121)
But how do I know 121 is the last sheet?
Phailak