Hello,
I need to check Excel localization from a Java code.
I'm able to get the whole list of International values.
But how extract Application.International(xlCountrySetting)?
/// VBA code
MsgBox Application.International(xlCountrySetting)
// Java code
int xlCountrySetting = 2;
ActiveXComponent xlApp;
xlApp= new...
2009-06-30 13:25:35 UTC in JACOB - Java COM Bridge