

免费预览已结束,剩余5页可下载查看
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
- page 1- excelvbavba 伯 vba 伯 (2 ) * (101) err.clear * (102) thisworkbook.builtindocumentproperties(last save time) application.caller.parent.parent.builtindocumentproperties(last save time) 湤 (103) thisworkbook.builtindocumentproperties(“last print date“) application.caller.parent.parent.builtindocumentproperties(last print date) (104) workbooks.close (105) activeworkbook.linksources(xlexcellinks)(1) (106) activeworkbook.codename thisworkbook.codename (107) activeworkbook.fileformat thisworkbook.fileformat (108) thisworkbook.path activeworkbook.path (:,) (109) thisworkbook.readonly activeworkbook.readonly /(false) (110) thisworkbook.saved activeworkbook.saved 洢(false) (111) application.visible = false application.visible = true :,. * (112) activesheet.columns(“b“).insert a b activesheet.columns(“e“).cut activesheet.columns(“b“).insert 佫e b b activesheet.columns(“b“).cut activesheet.columns(“e“).insert 佫b d c d - 1 - - page 2- excelvbavba 伯 (113) activesheet.calculate (114) thisworkbook.worksheets(sheet1).visible=xlsheethidden excel thisworkbook.worksheets(sheet1).visible=xlsheetveryhidden excel thisworkbook.worksheets(sheet1).visible=xlsheetvisible (115) thisworkbook.sheets(1).protectcontents 鹤 (116) thisworkbook.worksheets.add count:=2, _ before:=thisworkbook.worksheets(2) thisworkbook.workshees.add thisworkbook.worksheets(2), , 2 (117) thisworkbook.worksheets(3).copy (118) thisworkbook.worksheets(3).copy thisworkbook.worksheets(2) (119) thisworkbook.activesheet.columns.columnwidth = 20 乤 20 thisworkbook.activesheet.columns.columnwidth = _ thisworkbook.activesheet.standardwidth thisworkbook.activesheet.columns(1).columnwidth = 20 乤1 20 (120) thisworkbook.activesheet.rows.rowheight = 10 乤10 thisworkbook.activesheet.rows.rowheight = _ thisworkbook.activesheet.standardheight thisworkbook.activesheet.rows(1).rowheight = 10 乤1 10 (121) thisworkbook.worksheets(1).activate (122) thisworkbook.worksheets(“sheet1“).rows(1).font.bold = true sheet1 1 (123) thisworkbook.worksheets(“sheet1“).rows(1).hidden = true sheet1 1 activecell.entirerow.hidden = true (124) activesheet.range(a:a).entirecolumn.autofit a (125) activesheet.cells.specialcells(xlcelltypeconstants,xltextvalues) activesheet.cells.specialcells(xlcelltypeconstants,xlerrors+xltextvalues) * (126) application.macrooptions macro:=sumpro,category:=4 sumpro excel (127) application.macrooptions macro:=sumpro, _ - 2 - - page 3- excelvbavba 伯 description:=first sum,then product 庯sumpro (128) application.worksheetfunction.counta(range(a:a)+1 a (129) worksheetfunction.counta(cell.entirecolumn) worksheetfunction.counta(cell.entirerow) (130) worksheetfunction.counta(cells) (131) activesheet.range(a20:d20).formula=sum(r-19c:r-1ca d 19 * (132) activewindow.visible=false activechart.deselect (133) typename(selection)=chart 棬 (134) activesheet.chartobjects.delete chartobject activeworkbook.charts.delete * (135) userforms.add(myform).show myform (136)textname.setfocus (137) spinbutton1.value=0 0 (138) textbox1.text=spinbutton1.value spinbutton1.value=val(textbox1.text) cstr(spinbutton1.value)=textbox1.text (139) userform1.controls.count userform1 (140) listbox1.additem command1 command1 (141) listbox1.listindex -1 (142) refedit1.text refedit1.text=activewindow.rangeselection.address refedit set firstcell=range(refedit1.text).range(a1) (143) application.ontime now + timevalue(“00:00:15“), “myprocedure“ 15 myprocedure (144) activewindow.scrollcolumn=scrollbarcolumns.value activewindow scrollcolumn activewindow.scrollrow=scrollbarrows.value activewindow scrollrow (145) userform1.listbox1.additem sheets(sheet1).cells(1,1) a1 listbox1.list=product product listbox1 - 3 - - page 4- excelvbavba 伯 listbox1.rowsource=sheet2!sump sheet2 sump (146) listbox1.selected(0) ( selected ) (147) listbox1.removeitem listbox1.listindex * application (148) application.username (149) application.caller (150) application.caller.parent.parent (151) application.statusbar= application.statusbar= & percent & % completed percent İ application.statusbar=false (152) application.goto reference:=range(a1:d4) a1 d4 a1 d4 (153) application.dialogs(xldialogformulagoto).show (154) application.dialogs(xldialogselectspecial).show (155) application.dialogs(xldialogformatnumber).show application.dialogs(xldialogalignment).show application.dialogs(xldialogfontproperties).show 塱 application.dialogs(xldialogborder).show application.dialogs(xldialogpatterns).show application.dialogs(xldialogcellprotection).show (156) application.dialogs(xldialogformulagoto).show range(“b2“), true () (157) application.commandbars(1).controls(2).controls(16).execute (158) application.transpose(array(sun,mon,tur,wed,thu,fri,sat) (159) application.version excel 汾 (160) application.cursor = xlnorthwestarrow application.cursor = xlibeam application.cursor = xlwait () application.cursor = xldefault (161) application.windowstate - 4 - - page 5- excelvbavba 伯 application.windowstate = xlminimized application.windowstate = xlmaximized application.windowstate = xlnormal (162) application.usableheight application.usablewidth (163) application.activecell.address (:) (164) application.activeprinter (165) application.activesheet.name (166) application.activewindow.caption (167) application.activeworkbook.name (168) application.selection.address (169) application.thisworkbook.name (170) application.calculationversion excel 汾()excel 汾() (171) application.memoryfree excel ( ) (172) application.memoryused excel (173) application.memorytotal excel ( ,memoryfree memoryused ) (174) application.operatingsystem 汾 (175) application.organizationname excel (176) application.findformat application.replaceformat 滻 activesheet.cells.replace what:= , _ replacement:= ,searchformat:=true,replaceformat:=true 滻 (177) application.interactive=false (178) application.evaluate(“rate“) 0.06 rate, 佫0.06 (179) application.onundo undo option,undo procedure undooption undo procedure * range (180) range(a1:a10).value=application.worksheetfunction.transpose(myarray) 10 (a1 a10) (181) range(a65536).end(xlup).row+1 a (182) rng.range(a1) (183) cell.parent.parent.worksheets (184) selection.font.bold=not selection.font.bold (185) activesheet.range(“a:b“).sort key1:=columns(“b“), key2:=columns(“a“), _ header:=xlyes b a - 5 - - page 6- excelvbavba 伯 (186) cell.range(a1).numberformat (187) cell.range(a1).hasformula 鵥 cell.hasformula (188) cell.entirecolumn cell.en
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 健康彩虹活动方案
- 健康月饼送礼活动方案
- 健康理念活动方案
- 健康魅力驿站活动方案
- 健身后修复活动方案
- 健身房双十二活动方案
- 健身招募活动方案
- 健身社群活动方案
- 健身跨年活动方案
- 2025年整形外科进修考核试题
- 五年级下学期数学第六单元第5课时《单元综合复习》课件(共15张PPT)人教版
- 贪污贿赂犯罪PPT(培训)(PPT168页)课件
- (整理)体适能课程教学计划.
- GA∕T 1781-2021 公共安全社会视频资源安全联网设备技术要求
- 洛阳市中小学教师师德师风考核内容和评分细则
- 晶圆封装测试工序和半导体制造工艺流程
- 休克的急救护理课件
- 重力式桥台的计算公式
- 烟草专卖局(公司)系统绩效考核管理办法(讨论稿)
- 项目核算管理办法(修改)
- 气动油泵的工作原理
评论
0/150
提交评论