Hey there,

I have an Excel VBA project which was developed in the English Microsoft Excel 2003... however, a user in Mexico is unable to run this code (keeps crashing or giving strange output) in his Spanish Microsoft Office 2003 (which I didn't even know existed) ...

I tried a google for differences between Spanish and English Excel, but didn't get anything out of it... I was going to start changing code to get this to work in the Spanish Office, but the only difference I saw was that I assume "Sheet1" is called "Hoja1" (after a quick google translate). So I changed all Sheet1 to Hoja1.

Unfortunately, I have no way of testing in the Spanish Office.. Would there be any other differences anyone could think of?

Thanks!