Good afternoon all,
I have a built a file using Excel 2010 that will also be used by Excel 2003 users.
There is extensive VBA code within the file that works fine when the file is opened in 2003 initially. However, if a 2010 user makes any changes to the file, even if they save as an xls., the VBA will then display a compile error when re opened in 2003.
I have checked the code and the more specific issue seems to be the library/references.
So, first question: is this just a conversion issue? And secondly, is there a way to fix it so users of both versions can use the file?
Many thanks!
I have a built a file using Excel 2010 that will also be used by Excel 2003 users.
There is extensive VBA code within the file that works fine when the file is opened in 2003 initially. However, if a 2010 user makes any changes to the file, even if they save as an xls., the VBA will then display a compile error when re opened in 2003.
I have checked the code and the more specific issue seems to be the library/references.
So, first question: is this just a conversion issue? And secondly, is there a way to fix it so users of both versions can use the file?
Many thanks!