搜索资源列表
EXCEL格式工资管理系统
- 工资管理系统简介 (网址:http://blog.sina.com.cn/s/blog_5488e3a90100gwo4.html) 这是一款适用于中小企业的工资管理软件,具有以下特点: 一、提供了三十多项实用功能,可以与收费的商业软件相媲美; 二、用你最熟悉的EXCEL编写,所见即所得,直接使用,无需学习; 三、完全开放源代码,你可以看到所有代码,并可以跟踪代码的执行,让你消除对宏病毒的担心; 四、数据与代码在一个文档中,不使用额外的数据库,不需要安装,即拷即用,真正做到绿色版; 五、持续更
vbrename
- 一款小巧实用,功能超多的文件名批量更改(重命名)的程序,VB语言编写,它可以自动遍历目录,允许您选择文件属性、设置转换范围、大小写文件名转换、文件名空格字符处理等,另外还有其它一些实用设置,更多功能请下载体验。-A compact and practical, features super multi-volume changes in the file name (rename) the procedure, VB language, it can automatically traverse
vbajpg
- 在Excel VBA环境下,生成选定的工作表区域为JPG图片-Generates the selected worksheet range for the JPG image
DLL_for_Excel
- A C++ DLL for Excel that uses Arrays and Ranges.an easy way of implementing a user defined function (UDF) in a C++ dynamic link library the function takes an array as an argument and returns a modified array to Excel. The argument and the returned ar
VBARANG
- 在制作Excel动画的时候,非常有必要通过VBA的选择单元格功能来选择工作表的单元格区域进行各种属性操作。这是一篇来自【fanjy】整理的文章,这篇文章在我制作Excel动画的时候帮很大忙-When the animation in the production of Excel, is necessary to select cells through VBA' s functions to select the worksheet range of cells to various p
Word-VBA-Muti-Range-Select-
- 使用VBA操作WORD同时选择多个选区,实现例如WORD中搜索功能,将结果全部高亮显示。-Use VBA to select multiple constituencies while operating WORD, WORD in the search function to achieve such, the results of all highlighted.
Exce-VBA-Range
- Exce VBA Range对象等基本操作应用示例 Excel s the VBA Range object basic operations such as application examples-Excel s the VBA Range object basic operations such as application examples
N-sheets
- 以G列分成多个工作表(以宏运行VBA) -Sub aa() Dim a As Integer, b As Integer, c As Integer, sh As Worksheet For a = 2 To [g65536].End(3).Row If Cells(a, 7) <> Cells(a- 1, 7) Then b = a End If c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious)
Library-management-system
- 本数据库应用系统为制造车间刀信息管理计算机系统。该软件面向对一些常用刀具和特种提供计划、准备记录领归还及各报表等功能。其主要功能如下: 1. 车间信息:记录管理。 2. 常规刀具信息:(名称、编号类别尺寸,使用范围)入库。 3. 特种刀具信息:(名称、编号类别尺寸,使用范围)入库。 4. 设备信息:名称、编号购置时间等入库。 5. 开发平台采用ACCESS 数据库系统,代码语言采用VBA。 6. 系统软件结构为 C/S 结构。-The database applicati
Exce-VBA-Range
- Exce VBA Range对象等基本操作应用示例Excel s the VBA Range object basic operations such as application examples-Excel s the VBA Range object basic operations such as application examples
hide-rows-and-columns
- EXCEL2010版的vba入门学习的经典书籍中隐藏选取外地单元格区域!-EXCEL2010 version of VBA getting started learning classic books, hides the selected cell range in the field!
variant-transfer
- EXCEL2010版的vba入门学习的经典书籍中在单元格区域中生成随机数!-EXCEL2010 VBA getting started learning classic books to generate a random number in the range!
excel-and-sheet
- excel中利用vba合并多个sheet的简单代码,请注意修改 和to的序号范围-using a simple code in vba excel merge multiple sheet, note and to modify the serial number the range
Word VBA中如何实现嵌套查找替换?
- 在Word中,使用VBA程序进行range.find in an another range.find(range.find in an another range.find)
编程
- 对指定数据范围进行筛选,对不同sheet进行对应筛选(Screening the specified data range)