-
Jul 12th, 2024, 01:43 AM
#1
Thread Starter
Hyperactive Member
Anyone know how to write Microsoft Automation AddIn by tB?
1.Using ActiveX template to create project
2.Write a Function like below, and compile an ActiveX DLL
Function MyAdd(Byval a, byval b)
return a+b
end function
3.Open Excel - DevTool - Excel AddIns - Automation, select the AX DLL
error shows: The selected file does not contain a new automation server or does not have sufficient permissions to register on the automation service
-
Jul 18th, 2024, 09:45 PM
#2
Thread Starter
Hyperactive Member
Re: Anyone know how to write Microsoft Automation AddIn by tB?
Excel automation addin is an ax dll to add user define formula functions which can call in worksheet.
which is different from VBA VBE addin as well as Com AddIn
for example: write in Range A3
=MyAdd(A1,A2)
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
|