Hi,
I have the following problem: my program VBA/Excel only works on computers that have the same version of VBA. Is it possible fix this using VBA commands?
Printable View
Hi,
I have the following problem: my program VBA/Excel only works on computers that have the same version of VBA. Is it possible fix this using VBA commands?
not enough information
Yes, I imagined, not enough information -I don't know yet what version they have.
They tried to open the program on the company's computer and it did not work. Must be because they Excel is one very old, perhaps 2003 or older.
In this case, everything should be done in another version or is there a simple way to solve?
most code written in 2000 /2003 will work on later versions
in some cases you may need to run conditional statements, dependent upon version
2010 and later may be more of a problem as i believe it is at least partially based on .net rather than vb6, but as i have avoided the later versions my experience is very limited
koolsid, or someone that uses multiple versions may be able to help more