I wrote a VBA app in Excel2000 that I want to use in Excel97. Upon reaching Worksheets("temp".Copy an error is generated that says the method is invalid.
I also noticed that when I do Worksheets. without anything after the dot, I am prompted with a list of possibilities, but if I add the ("temp" then I get no options - as if the object is not defined.
Yes, "temp" is a valid worksheet name.
Any ideas?
Harold
I also noticed that when I do Worksheets. without anything after the dot, I am prompted with a list of possibilities, but if I add the ("temp" then I get no options - as if the object is not defined.
Yes, "temp" is a valid worksheet name.
Any ideas?
Harold