Bug 150195 - There is no support for Application.International in VBA macro
Summary: There is no support for Application.International in VBA macro
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: reviewed:2022
Keywords: easyHack
Depends on:
Blocks: Macro-VBA
  Show dependency treegraph
 
Reported: 2022-07-29 11:08 UTC by Roman Kuznetsov
Modified: 2022-08-05 09:30 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
File example with the VBA macro (11.62 KB, application/vnd.oasis.opendocument.spreadsheet)
2022-07-29 11:15 UTC, Roman Kuznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Kuznetsov 2022-07-29 11:08:33 UTC
Description:
There is no support for Application.International in VBA macro

Steps to Reproduce:
1. Open the file from attach
2. Start the testSeparator macro
3. You'll see the empty window instead window with a decimal separator

Actual Results:
LO doesn't have support for Application.International in VBA

Expected Results:
LO should has support for Application.International in VBA


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 21a31eefab1401d288dbb8220f3df3365be9efaf
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Vulkan; VCL: win
Locale: ru-RU (ru_RU); UI: ru-RU
Calc: threaded
Comment 1 Roman Kuznetsov 2022-07-29 11:15:07 UTC
Created attachment 181490 [details]
File example with the VBA macro