创建加载项DLL库 [英] Create Add-In dll Library

查看:92
本文介绍了创建加载项DLL库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Visual Studio 2005和Excel 2010. 我有使用Visual Basic的经验。 我想创建一个"dll库"。加载项Excel xlam文件。 我想知道创建.dll文件的过程。 

I am using Visual Studio 2005 and Excel 2010.  I have experience with Visual Basic.  I want to create a "dll Library" of an Add-In Excel xlam file.  I would like to know a procedure for creating that .dll file. 

VB2005没有一键式Excel按钮。

VB2005 does not have that one-click Excel button.

推荐答案

您好,

首先选择

CLASS LIBRARY FILE

CLASS LIBRARY FILE


中选择 NEW PROJECT 后文件菜单。

after you select NEW PROJECT from the FILE menu.

 

您的DLL文件将在 BIN / DEBUG
项目的BIN / RELEASE 文件夹。

Your DLL file will be created in the BIN/DEBUG or BIN/RELEASE folder of your project.

 

然后在新项目中,您可以从PROJECT菜单中选择 ADD REFERENCE 并导航到DLL文件,然后单击ADD。

Then in a NEW project you can select ADD REFERENCE from the PROJECT menu and navigate to the DLL file, then click on ADD.

我不知道VB.Net DLL文件如何与Excel xlam文件一起使用。

I'm not sure how / if a VB.Net DLL file can work with an Excel xlam file though.

尝试一个这些论坛领域(或所有论坛领域): >>

Try one of these forum areas too ( or all of them ):>>

http://social.msdn .microsoft.com /论坛/ zh-CN / exceldev /主题

 

或:>>

or:>>

http://answers.microsoft。 com / zh-CN / office / forum / excel

 

或:> >

or:>>

http://social.technet.microsoft .com /论坛/ zh-CN / excel /主题

 


这篇关于创建加载项DLL库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆