I get run-time error 1004, on this very simple code:
Sheets("Beosztasok").Activate
    ActiveCell.Offset(1, 0).Select
    Rows("1:10").Select 'Here comes the error message.
Tried lots, none works. Have no clue this time, what it might be. xl2016.