Excel XP incompatible with Excel 2003

J

Jos Vens

Hi,

Does anyone know of some incompatibilties between the XP version en the 2003
version of compiled excel code (VBA)? My code is about 5Mb compiled.

I have this experience: most of the time, my code (developped under XP) runs
both on office XP en 2003, but sometimes excel crashes on startup with
office 2003. However, if I compile the same code under office 2003, it does
not crash anymore on office 2003 but it crashes on office XP.

Can it be that the presence of servicepacks in office 2003 are necessary or
in contrary cause the crash?

Thanks for your advice.
Jos Vens
 
R

R.VENKATARAMAN

I had some problem with windows98 excel2000 vs xp excel 2002. In a loop of
downloading exterlal webpages, when downloading in each row the results of
the previous row(s) shift to the right successively
 
G

Guest

I have heard that if you have previously not used the extension for your
objects, it may cause problems in vb.net

example:

Textbox1 instead of Textbox1.Text
label1 instead of Label1.caption
 

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