Thread
:
opening excel through visual basic
View Single Post
#
2
Posted to microsoft.public.excel.programming
OJ[_2_]
external usenet poster
Posts: 111
opening excel through visual basic
Does this work?
(assuming Set xlApp = CreateObject("Excel10.Application"))
xlApp.AddIns("MATLab").Installed = True
Hth,
OJ
Reply With Quote
OJ[_2_]
View Public Profile
Find all posts by OJ[_2_]