D
dipsy
I get error at the following line of my code:
Sheets("2004 (2)").Name = "2004Data"
I have sheet - 2004. I copied that sheet. So now in
Excel the copy is 2004(2). I want to rename it
to "2004Data".
The above code gives me a Run time error - 1004 -
Application defined or object defined error.
TIA for the help.
Sheets("2004 (2)").Name = "2004Data"
I have sheet - 2004. I copied that sheet. So now in
Excel the copy is 2004(2). I want to rename it
to "2004Data".
The above code gives me a Run time error - 1004 -
Application defined or object defined error.
TIA for the help.