Hi
I have a workbook with numbered tabs (sheet names).
In Vba, when i want to refer to say sheet name 24 (tab name) , how would i do that using a variable.
x = 24
Sheets(x) doesnt work, that gives me something else. Its not even the code name.
Many thanks,
Amit