Excel 2000 or 2002, Differences?

J

Joe Blow

Are there changes between how to write macros in Excel 2k and 2002? I wrote
a macro on Excel 2002 and it doesnt' work on another machine using Excel
2000. Granted there could be a myriad different reasons (learning the whole
macro thing) just want to know if it might be because of the versions.

For the record there was a run time 438 error at:
..SourceDataFile="L:\SC.dbf"

and another error (Named argument not found) at:
Default version...


???
 
A

Auric__

Are there changes between how to write macros in Excel 2k and 2002? I wrote
a macro on Excel 2002 and it doesnt' work on another machine using Excel
2000. Granted there could be a myriad different reasons (learning the whole
macro thing) just want to know if it might be because of the versions.

For the record there was a run time 438 error at:
.SourceDataFile="L:\SC.dbf"

and another error (Named argument not found) at:
Default version...


???

It *should* work the same, for the most part. Post your code and you'll
get a better response.
--
auric underscore underscore at hotmail dot com
*****
- With a program like this, I CAN RULE THE WORLD!
- Rule quietly, please? My liver doesn't like loud noises, and right now
I'm trying real hard not to make it angry...
 

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

Top