Hi,
does anyone know if it is posible to select a sheet using a cell reference ?
eg if the sheet was called Feb 04 test, can I have the month in cell A1 the year in A2 then the word test in A3.
combine the three together :
in cell A4 = A1&" "&A2&" " &A3
copy and paste special
in to A5
then use cell a5 as a sheet reference. so I can say in my code:
sheets(" cell ref A5").select ?????
thanks
Dan
does anyone know if it is posible to select a sheet using a cell reference ?
eg if the sheet was called Feb 04 test, can I have the month in cell A1 the year in A2 then the word test in A3.
combine the three together :
in cell A4 = A1&" "&A2&" " &A3
copy and paste special
in to A5
then use cell a5 as a sheet reference. so I can say in my code:
sheets(" cell ref A5").select ?????
thanks
Dan