I have a VBA project that works just fine on an English language computer. People have tried to use it on computers that use a different language and it does not work. I am assuming that certain parts of the code that are referencing English language items and such are giving errors when trying to reference them in different languages.
Without having access to computers that use different languages is there anyway I can look through my code and find the problem areas and look up what the equivalent would be in another language? Basically so I can make custom versions that will work for those using another language?
My project is somewhat large with 3 different userforms and macros so its a lot of code I would need to look at.
Any help appreciated.
Without having access to computers that use different languages is there anyway I can look through my code and find the problem areas and look up what the equivalent would be in another language? Basically so I can make custom versions that will work for those using another language?
My project is somewhat large with 3 different userforms and macros so its a lot of code I would need to look at.
Any help appreciated.