搜索资源列表
AutoCAD ActiveX VBA二次开发技术基础及应用实例
- ActiveX是微软近年推出的一个基于COM(Component Object Model)的技术规范。它是在OLE(Object Linked and Embedded)基础上发展的新技术,其宗旨是在Windows系统的统一管理下协调不同的应用程序,构成复合文档。应用程序可以决定将自己哪些信息暴露出来,这个暴露自身信息的应用程序称为服务程序(Server);而操纵服务程序的程序称为客户程序(Client)。所谓ActiveX部件(简称“部件”),是一段可重复使用的编程代码和数据,它由利用Act
Excel-2003-vba
- Excel 2003 vba开发,1. 比如有个工作表,经常需要更新数据,打开数据源,调整格式,添加运算公式,等等相对固定重复的工作,就可以使用Marco宏。 某天当你工作的时候,点工具-宏-录制,然后从头到尾做一次,VBA会将你的所有动作写成一个宏程序。这个宏程序有基本的语言常识都可以弄懂,但是也会有许多无用的语句。至少,以后运行宏可以节约你的重复工作时间。 2. 进一步,学习条件、循环、变量等高阶用法。-Excel 2003 vba
autoprint
- 利用VBA自动打印表格,源文件为xls,利用excel作为数据源,然后自动打印数据到表格-auto print the forms
CST-macros-interpret
- 介绍了如何运用VBA宏语言来处理电磁仿真软件CST生成的数据。非常便利数据的后处理。-The documment introduces how to use of VBA to controldata from CST.It facilate our dealing with the data from CST.
Book1
- 个人写的小vba程序,主要用来进行小区域课表数据统计,按时间和按区域-Individuals to write vba procedures, mainly used for curriculum data of small area statistics, by time and by region
Sequential-clustering-method
- 水文,变异点的检验,有序聚类法,运行环境:excel中vba。按照文件的样式输入数据,ctrl+F11打开vba环境,点击模块1,再点运行就可以了!-Hydrology, the change point test, sequential clustering method, the runtime environment: excel in the Visual Basic. Input data in accordance with the style of the file, ctrl+
Using-RSView32-embedded-VBA-language
- 主要介绍利用工程组态软件RSView32内嵌的VBA程序与Microsoft Office组件相结合,以低廉的造价,高效稳定地实现输油气站场的历史数据报表的生成。-The paper introduces the combination of using RSView32 embedded VBA language and Microsoft Office module,which generate the oil and gas station records in low cost, hig
vba-in-Settlement-data-processing
- excelvba用于沉降数据处理程序设计-excelvba used for the settlement data processing procedures designed
use-VBA-to-link-AutoCAD-and-Excel
- 在 应用程序开发中,有时希望能将 中的一些图形信息提取出来生成一个 报表, 以便打印和管理;有时又需要从一个 报表中读取数 据,用来绘制图形。为此,必须实现 与 间 的通信。 中内置的 开发工具,为开发 应用程序,实现 与 数据交换提 供了一个强大、方便的手段。-In application development, sometimes I wish that I can beSome of the graphics information is extracted to
opc-client-guide-VB
- OPC客户端程序设计 使用本书的示范源程序之前,你必须复制和注册必需的OPC服务器,代理-占位DLL,和ActiveX控件: 1. 把配置的光盘插入光盘驱动器, 然后用浏览器打开光盘。 2. 拖动含有示范源程序的文件夹"\Samples", 并将它放在要存放示范源程序的硬盘文件夹中(比如:C:\)。 3. 单击[开始]按钮,然后选择[运行]菜单。单击[浏览]按钮并选择OPC注册批处理文件 "\Samples\Bin\RegOPC.BAT"。 4. 单击[OK]按钮就可
VAT-invoices-import-file-generation
- 航天信息金税开票数据导入/增值税专用发票导入文件生成(最新版 数据接口3.0兼容 2.0) EXCEL文件VBA生成兼容最新金税专用开票软件2.10(160426)及以下 -Import file generation (latest version 3.0 data interface compatible 2.0) EXCEL file VBA compatible with the latest generation special Golden Tax Billing Softwar
Excel-and-VBA-date-soft-development
- vb与excel数据进行相互访问,并进行数据的处理,通过两者的配合,实现了更好的数据处理功能。-Excel and VBA date soft development
second-time-development-in-excel
- 基于VBA的excel二次开发,最终实现了对数据的管理。-Based on excel VBA secondary development, and ultimately to data management.
VBA-program-design-in-excel
- VBA软件在excel语言环境中的实现,并实现了对excel的数据管理。-VBA program design in excel
3dpoints
- 介绍借助 AutoCAD的VBA功能将对等高线进行定距分段,获取等高线上点位的三维坐标数据的方法(This paper introduces the method of getting the 3D coordinate data of the points on the contour line by using the VBA function of AutoCAD)