R
Richard
Hi
Why does this work from any sheet:
ActiveWorkbook.Sheets("EOM Report").Select
ActiveWorkbook.Sheets("EOM
Report").Range("A1").Offset.End(xlDown).Offset(0, 1).Select
Range(Selection, Selection.Offset.End(xlUp).Offset(1, 1)).Name =
"ARRAYAREA"
While this doesn't:
ActiveWorkbook.Sheets("EOM
Report").Range("A1").Offset.End(xlDown).Offset(0, 1).Select
Range(Selection, Selection.Offset.End(xlUp).Offset(1, 1)).Name =
"ARRAYAREA"
Unfortunately I have general problems with having to select a sheet first to
then work on the ranges / data within that sheet.
Please help
Thanks
Why does this work from any sheet:
ActiveWorkbook.Sheets("EOM Report").Select
ActiveWorkbook.Sheets("EOM
Report").Range("A1").Offset.End(xlDown).Offset(0, 1).Select
Range(Selection, Selection.Offset.End(xlUp).Offset(1, 1)).Name =
"ARRAYAREA"
While this doesn't:
ActiveWorkbook.Sheets("EOM
Report").Range("A1").Offset.End(xlDown).Offset(0, 1).Select
Range(Selection, Selection.Offset.End(xlUp).Offset(1, 1)).Name =
"ARRAYAREA"
Unfortunately I have general problems with having to select a sheet first to
then work on the ranges / data within that sheet.
Please help
Thanks