|
-
August 1st, 2001, 03:45 PM
#1
VB and Excel
Could you help me to find out how to start Excel with Add-in from VB. This code doesn't work.
Set Application = CreateObject("Excel.application")
Application.Visible = True
Application.Workbooks.Add
Application.AddIns.Add strTemplate, False
Application.AddIns.Installed = True
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|