Имя: Пароль:
1C
 
Как программно в обработке узнать версию MS Office
0 busy1
 
25.03.10
12:19
Здравствуйте, ну в общем вопрос в теме? Есть ли какие нибудь команды?
1 ДенисЧ
 
25.03.10
12:20
Version Property
See AlsoApplies ToExampleSpecificsApplication object: Returns the Microsoft Word version number. Read-only String.

System object: Returns the version number of the operating system. Read-only String.

Example
This example displays the Word version number in a message box.

Msgbox "The version of Word is " & Application.Version
       
This example displays the version number of the operating system in a message box.

Msgbox "The system version is " & System.Version
2 busy1
 
25.03.10
12:23
Извини за глупый вопрос, в как все вышеперечисленное мне приспособить на язык 1С.
3 Wasssaby
 
25.03.10
12:25
xl = Новый COMОбъект("Excel.Application");  
Версия=xl.Version;
4 busy1
 
25.03.10
12:30
А если на 7.7.
5 ДенисЧ
 
25.03.10
12:31
Вот блин обленились...

хл = СоздатьОбъект("Excel.Application");
Сообщиьт(хл.Version);
6 busy1
 
25.03.10
12:45
да не обленился я, просто тупой