- 12
- 0
- 约1.66万字
- 约 25页
- 2017-06-10 发布于河南
- 举报
VBA中简单实用的语句(国外英文资料)
VBA中简单实用的语句(国外英文资料)
Common statements
(1). Workbook
1. On the Error Resume Next ignore the Error to continue VBA code, avoid the Error message
On Error GoTo ErrorHandler jump to somewhere in the process when the Error occurs
Application. DisplayAlerts = False will not be displayed during the execution of the program
Application. Screenupdate = False closes the screen refresh
Application. Screenupdate = True opens the screen refresh
The activeworkbook.name returns the name of the activity job
6 ActiveWorkbook. WindowState = xlMaximized maximizes the current workbook
(Sheet1).name = Sum
The Worksheets ( sheet1 , sheet2)).select also Select Worksheets 1 and Worksheets 2
ActiveSheet.usedrange. Delete deletes all conditional formats in the current worksheet
10 activesheetsetup. Orientation = xlLandscape or activesheetsetup.orientation = 2 change the page Settings to landscape
Cells. Select selects all Cells in the current worksheet
Range ( A1 ).clearcontents clears the contents of cell A1 in the activity table
Selection. ClearContents clears the selected area content
The Range ( A1: D4 ).clear completely removes the contents of the A1 to D4 cell area, including the format
13. ActiveCell. Offset (1, 0). Select active cell down a line, in the same way, can move down a column
The Range ( A1 ).offset (ColumnOffset: = 1) or Range ( A1 ).offset (1) Offset column
The Range ( A1 ).offset ( A1 ) or Range ( A1 ).offset (-1)
14. ActiveWindow. RangeSelection. Value = XX XX will Value input to the selected cell area
15. ActiveWindow. RangeSelection. Count active window, select the cell number
Range ( A1 ).interior. ColorIndex, or Cells (1, 1). Interior. ColorIndex gets the element A1 background color
The Name of the array ArrayNum is called MyArray
The Name of the ProduceNum : = $B $1, Visible: = False hides the Name
Cells (8, 8). The formula aarray = SUM (R2C [-1] : R [-1] C [-1] C]) enter the array formula in the cell. Note that you must use an expression in the R1C1 style
(2). Th
您可能关注的文档
- Matlab矢量化编程集锦(国外英文资料).doc
- man kill(国外英文资料).doc
- matlab符号与数值转换(国外英文资料).doc
- MATLAB符号计算(国外英文资料).doc
- MAX+PLUS2的库元件(国外英文资料).doc
- linux基本命令说明参数(国外英文资料).doc
- linux安全模拟试题(国外英文资料).doc
- MAC_OS_X__系统终端的常用命令(国外英文资料).doc
- MCI编程之mciSendCommand(国外英文资料).doc
- MDK2秘籍(国外英文资料).doc
- 2025年版汽车趋势报告 The 2025 EPA Automotive Trends Report.docx
- 2026年边缘计算开源平台EdgeX Foundry入门与二次开发.docx
- 2026年超声内镜放大内镜早癌诊断AI辅助识别系统临床评价.docx
- 2026年报废汽车回收与再制造逆向物流体系.docx
- 2026年产品碳足迹核算方法学:从摇篮到大门与从摇篮到坟墓.docx
- 2026年城乡要素平等交换双向流动政策创新试点申报材料.docx
- 2026年超导半导体接口电路架构与电平转换驱动器设计.docx
- 2026年财政贴息不再以再贷款支持为前提后的风险防范与合规要点.docx
- 2026年不动产信托登记试点政策对遗嘱信托支持.docx
- 2026年城乡有机废弃物协同处理技术方案.docx
原创力文档

文档评论(0)