Excel 2000 and 2003

  • Thread starter Thread starter Guest
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top