VB и запуск Excel, ошибка: ActiveX component can't create object
Формулировка задачи:
Пишу:
Результат:
ActiveX component can't create object
Что за порожняк, пацаны?
Решение задачи: «VB и запуск Excel, ошибка: ActiveX component can't create object»
textual
Листинг программы
Dim appl As Excel.Application
Set appl = CreateObject('Excel.Application')
appl.Workbooks.Open file_path
appl.Visible = True