Can anyone remind me why this doesn't work.
It will work if I separate them.
and sometimes it works if I do this
But I forget why the first version doesn't work.
Code:
sheets("sheet1").range("A1").select
Code:
sheets("sheet1").select
range("A1").select
Code:
sheets("sheet1").range("A1").activate