that is possible if you havent selected sheet1 first (and, if you have it on another sheet, you need do try ThisWorkbook.Sheets(shtname)
so this should help you
Code:
thisworkbook.sheets(shtname).select 'shtname is the name of your sheet
activesheet.range("A:A").select