Larry Haydn
Board Regular
- Joined
- Jul 18, 2019
- Messages
- 207
- Office Version
- 365
- Platform
- Windows
I developed an Excel VBA application on my Windows 10 Office 365 platform.
My client is using Windows 8, Office 2016.
Additional info: their PC language is English, with Japanese as a secondary language.
My application crashed on their system.
Symptoms:
A formula =IFS(something|something|something...)
becomes =_xlfn.IFS(something,something,something...)
The pipe ( | ) changing to comma ( , ) probably means that their Excel is an older version.
But what is the _xlfn. that is inserted into the formula?
Anyone encounter this?
How did you solve this problem?
Other symptons:
I had copied some of the macros from their system to mine PC, and modified them.
Sometimes while editing these macros, my keyboard's double-quote ( " ) and AT ( @ ) keys gets swapped.
Why does this happen?
How to solve it?
My client is using Windows 8, Office 2016.
Additional info: their PC language is English, with Japanese as a secondary language.
My application crashed on their system.
Symptoms:
A formula =IFS(something|something|something...)
becomes =_xlfn.IFS(something,something,something...)
The pipe ( | ) changing to comma ( , ) probably means that their Excel is an older version.
But what is the _xlfn. that is inserted into the formula?
Anyone encounter this?
How did you solve this problem?
Other symptons:
I had copied some of the macros from their system to mine PC, and modified them.
Sometimes while editing these macros, my keyboard's double-quote ( " ) and AT ( @ ) keys gets swapped.
Why does this happen?
How to solve it?