mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
6 lines
247 B
Plaintext
6 lines
247 B
Plaintext
Set objExcel = CreateObject("Excel.Application")
|
|
objExcel.Application.Run "'C:\Users\maxim\Downloads\Telegram Desktop\macros-locale (1).xlsm'!Module1.numformatlocale"
|
|
objExcel.DisplayAlerts = False
|
|
|
|
objExcel.Application.Quit
|
|
Set objExcel = Nothing |