小说网 找小说 无限小说 烟雨红尘 幻想小说 酷文学 深夜书屋
上一页 1 ··· 123 124 125 126 127 128 129 130 131 ··· 137 下一页

2007年6月25日

How to remove all characters between two brackets?

摘要: How to remove all characters between two brackets? Such as "12345 (rtetnj) dsfd (fddsgd) dsf "----> "12345 dsfd dsf " Use regexp syntaxes ,it'... 阅读全文

posted @ 2007-06-25 02:52 王峰炬 阅读(106) 评论(0) 推荐(0) 编辑

一亿亿以下的阿拉伯数字转中文的自定义函数

摘要: Function trans(number As String) As String Dim x As String, y As String x = Split(number, ".")(0) Const upcase = "○一二三四五六七八九 十百千万十百千万亿十百千万十百千万" ... 阅读全文

posted @ 2007-06-25 02:45 王峰炬 阅读(148) 评论(0) 推荐(0) 编辑

2007年6月4日

新居对联小全

摘要: 庭前芳草皆生意 树上流莺作比邻 秀水绕门蓝作带... 阅读全文

posted @ 2007-06-04 21:46 王峰炬 阅读(199) 评论(0) 推荐(0) 编辑

“How to tell Japs from the Chinese” in Life

摘要: Background for "Life Magazine, December, 1941" Below are reproductions of several pages from the issue of Life magazine (December, 1941) that Fost... 阅读全文

posted @ 2007-06-04 13:52 王峰炬 阅读(212) 评论(0) 推荐(0) 编辑

2007年5月24日

比较简短的拼音首字母自定义函数

摘要: Function pinyin(ByVal r As Range) As StringConst hanzi = "啊芭擦搭蛾发噶哈击喀垃妈拿哦啪期然撒塌挖昔压匝ABCDEFGHJKLMNOPQRSTWXYZZ"Dim i As Long, j As Byte, temp As StringFor... 阅读全文

posted @ 2007-05-24 22:43 王峰炬 阅读(141) 评论(0) 推荐(0) 编辑

2007年4月10日

EXCEL 判断一个单元格中是否有图片

摘要: 比如判断[D8]单元格里有无图片: Sub MACRO1()Dim SH As Shape, HASPIC As BooleanFor Each SH In ActiveSheet.ShapesIf Application.Intersect(Range(SH.TopLeftCell.Addres... 阅读全文

posted @ 2007-04-10 11:24 王峰炬 阅读(957) 评论(0) 推荐(0) 编辑

dir()递归 遍历子目录

摘要: dir()递归即可:Private Sub Command1_Click()Listfiles "d:/JAVA", List1End SubSub Listfiles(ByVal mydir As String, ByVal filelist As ListBox)Dim i As Long, ... 阅读全文

posted @ 2007-04-10 11:19 王峰炬 阅读(551) 评论(0) 推荐(0) 编辑

EXCEL 中 判断某个自定义序列是否存在

摘要: Sub Macro1()Dim customlist As String, i As Longcustomlist = "全部自定义序列" & vbCrLf & String(30, "-") & vbCrLfFor i = 1 To Application.CustomListCountcust... 阅读全文

posted @ 2007-04-10 11:17 王峰炬 阅读(222) 评论(0) 推荐(0) 编辑

全硬盘高速查找指定文件

摘要: Private Declare Function SearchTreeForFile Lib "ImageHlp.dll" (ByVal lpRoot As String, ByVal lpInPath As String, ByVal lpOutPath As String) As LongPr... 阅读全文

posted @ 2007-04-10 11:03 王峰炬 阅读(129) 评论(0) 推荐(0) 编辑

2007年4月8日

VB中显示TIF(扫描文件)的方法

摘要: 添加部件Library MODICtl C:/PROGRA~1/COMMON~1/MICROS~1/MODI/11.0/MDIVWCTL.oca Microsoft Office Document Imaging 11.0 Type Library Private Sub C... 阅读全文

posted @ 2007-04-08 15:05 王峰炬 阅读(217) 评论(0) 推荐(0) 编辑

上一页 1 ··· 123 124 125 126 127 128 129 130 131 ··· 137 下一页

导航