P
Peter Bernadyne
Hello,
I keep getting the following error in my macro:
Run-time error '1004':
Select method of Range class failed
When simply trying to select cell A1 in a worksheet of mine. I can'
figure out for the life of me why this would be failing. Here's m
script (literally):
Range("A1").Select
I am simply trying to position the cursor on a worksheet in preparatio
for a possible operation. I have never had this fail on me before an
I can't figure it out now.
Any ideas why this might be happening?
Thanks in advance,
-Pet
I keep getting the following error in my macro:
Run-time error '1004':
Select method of Range class failed
When simply trying to select cell A1 in a worksheet of mine. I can'
figure out for the life of me why this would be failing. Here's m
script (literally):
Range("A1").Select
I am simply trying to position the cursor on a worksheet in preparatio
for a possible operation. I have never had this fail on me before an
I can't figure it out now.
Any ideas why this might be happening?
Thanks in advance,
-Pet