Hello
I thought this would be a pretty simple process but I've spent hours trying to figure it out.
The file I am working on is a custom report with two sheets.
The first sheet has all the data, tidied up.
The second sheet is a copy of the first sheet, before it was tidied up and so has all the raw data, with some columns deleted.
On opening the file I've got it to open as I want by using.
Part of my difficulty is that when these two lines were one, IC50Custom.Range("A1").Select, I was always getting 1004's.
My second sheet, when I go to it, is blue in colour as if a Range is being highlighted.
I've been trying to not use "Select" but I can see no other way to get to where I want to be.
I hope this makes sense.
Thank you for your time.
Hj
I thought this would be a pretty simple process but I've spent hours trying to figure it out.
The file I am working on is a custom report with two sheets.
The first sheet has all the data, tidied up.
The second sheet is a copy of the first sheet, before it was tidied up and so has all the raw data, with some columns deleted.
On opening the file I've got it to open as I want by using.
Code:
IC50Cust.Select
IC50Cust.Range("A1").Select
Part of my difficulty is that when these two lines were one, IC50Custom.Range("A1").Select, I was always getting 1004's.
My second sheet, when I go to it, is blue in colour as if a Range is being highlighted.
I've been trying to not use "Select" but I can see no other way to get to where I want to be.
I hope this makes sense.
Thank you for your time.
Hj