shuxx

导航

随笔分类 -  脚本

如何设置用javascript设置word页边距
摘要:function SetWordPageSetup() { var WordObj=new ActiveXObject("Word.Application"); WordObj.Documents.Open "E:\测试\设置页边距\面试英语五.doc"; WordObj.ActiveDocument.PageSetup.TopMargin = 3.2; WordO... 阅读全文

posted @ 2007-12-01 18:31 舒秀宣 阅读(1094) 评论(0) 推荐(0)

将小写金额转换成大写金额
摘要:Function Money(thenumber) Dim tempMoney, i, String1, String2, length, checkp '定义变量 Dim one() Dim onestr()... 阅读全文

posted @ 2007-09-04 16:43 舒秀宣 阅读(287) 评论(0) 推荐(0)