M
Murray
I have an error occuring when I try to run this simple bit of code. The code
is:
Sheets("Name").select
Range("A2
26").select
The code is started on Sheet1 and it does change to "Name" but it says :
select method of Range class failed.
The code is assigned to a button.
Any ideas what I have done wrong
Thanks in advance
is:
Sheets("Name").select
Range("A2
The code is started on Sheet1 and it does change to "Name" but it says :
select method of Range class failed.
The code is assigned to a button.
Any ideas what I have done wrong
Thanks in advance