Because you are running your application from the IDE.
I had the same problem when running my program from the IDE on WinXP. Running the compiled program the problem vanished.
You are using XL functionality when calling the function Application.International(xlDecimalSeparator).
Both, the function Application.International() and the enum value xlDecimalSeparator are not defined in VB.
This may help you:
based on code from...
In my application I have a preferences dialog callable by the main form's menu. On the preferences form there's a button for selecting the app's log file.
I'm using a common dialog control for that task and found a strange behaviour on WinXP:
the dialog allows to create new folders
[smile] OK...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.