G
Guest
I encountered some problems with excel code developed in excel 2000 and used in excel 2003. Problem was reduced to one line of code:
Worksheets("MKS").Rows(2).Calculate
I took two similar files developed in excel 2000, reduced them to one singel worksheet with no data and one macro with code specified. The confusing fact is that it works in one file and doesn't work in another (Run-time error '1004': Calculate method of Range class failed). Both files are OK in excel 2000.
Any idea?
Leon
Worksheets("MKS").Rows(2).Calculate
I took two similar files developed in excel 2000, reduced them to one singel worksheet with no data and one macro with code specified. The confusing fact is that it works in one file and doesn't work in another (Run-time error '1004': Calculate method of Range class failed). Both files are OK in excel 2000.
Any idea?
Leon