E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
CurrentRegion
VBA自学日志
文章目录前言一、循环语句1.1If语句1.2For循环语句二、区域选择2.1End动态数据区域2.2UsedRange2.3
CurrentRegion
总结引用前言VBA自学成柴的第二周一、循环语句1.1If
Gary.Li
·
2024-01-17 10:05
VBA自学日志
excel
EXCEL数据合并代码
shtAsWorksheetApplication.ScreenUpdating=FalseSetsh=ActiveSheetMyPath=ThisWorkbook.Path&"\"MyName=Dir(MyPath&"*.xls")[a1].
CurrentRegion
.Offset
大江東去去
·
2024-01-05 21:32
Unity 获取本地国家和语言
获取本地国家usingSystem.Globalization;stringGetCountry(){returnRegionInfo.
CurrentRegion
;}RegionInfoClass文档获取语言
yqian1000
·
2023-11-12 03:09
unity
二维数组填入表中指定区域
club.excelhome.net/thread-1148458-1-1.html工作表区域赋值到数组arr=[a1:d10]数组输出到工作表区域[a1:d10]=arr或者:工作表区域赋值到数组arr=[a1].
CurrentRegion
whw83
·
2023-09-16 04:16
VBA(13)单元格的属性(三)附单元格颜色图/FIND函数
"c2").Text'返回相示的值Range("b12")=""&Range("c2").Formula'返回一个C2的文本公式EndSubSubx2()'单元格的地址WithRange("b2").
CurrentRegion
之之之之杰
·
2023-09-04 19:03
VBA
microsoft
45、[VBA入门到放弃笔记]字典标记行号
Subcdsr()DimarrSetd=CreateObject("scripting.dictionary")'创建字典arr=[a1].
CurrentRegion
'数据Fori=2ToUBound(
叶知行
·
2021-05-14 15:04
VBA巧妙处理字符串连接
Subdemo1()DimvntArr,i,strMsgvntArr=[a1].
CurrentRegion
.ValueFori=2ToUBound(vntArr)IfvntArr(i,1)
taller_2000
·
2020-09-14 11:52
VBA
Excel
数组
VBA
连接字符
动态数组
Join
字符串
Excel VBA高效办公应用-第七章-VBA财务报表分析-Part1 (损益表的分析)
[A1].
CurrentRegion
.Rows.CountWithWorksheets("损益表")'使用sum函数计算“收入合计”金额.Cells(9,3).Value="=sum(C5:C8)"'使
预见未来to50
·
2020-09-14 08:34
Excel VBA 之 UBound
函数是获取最小值2.用法UBound(数组名,[第n维])第n维是可选项,默认值为1,将返回最大下标3.实例Sub宏1()Dimarr,he’局部变量定义arr=Sheet1.Range("A1").
CurrentRegion
河杨
·
2020-09-11 21:42
other
43、[VBA入门到放弃笔记]字典应用:查询
单列信息查询(Vlookup)源数据Subvf()Dimi&,dAsObject,arrarr=[a1].
CurrentRegion
'将数据放进数组arrSetd=CreateObject("scripting.dictionary
叶知行
·
2020-08-01 01:41
VBA字典计数(split数组)--减少循环次数
粗暴的做法:Sub秋月()Dimarr,brrarr=[m1].
CurrentRegion
'//数据brr=[a1].
CurrentRegion
'//结果Fori=2ToUBound(brr)'//遍历结果的数
叶知行
·
2020-07-28 22:40
VBA字典定位
[a1].
CurrentRegion
'原始数据Fori=2ToUBound(arr)'遍历原始数据d(arr(i,6)
叶知行
·
2020-07-11 19:41
VBA-利用字典代替VLOOKUP
[A1].
CurrentRegion
'需要配置的数据表ar=Worksheets("R").[A1].
CurrentRegion
'目标表ReDimCRR(1ToUBound(br)-
qq_44390640
·
2020-07-10 01:47
VBA
在Excel中使用VBA合并相同的数据 保留不同的数据(或替换不同的数据)
替换不同数据的宏代码:OptionExplicitSubhebing()'合并Dimarr,h&,l%,i&,j&,n&arr=Range("a1").
CurrentRegion
.Valueh=UBound
浅曦忆
·
2020-07-08 05:41
杂谈
44、[VBA入门到放弃笔记] 字典联合数据(Textjoin)
1Subcdsr()Dimd,arSetd=CreateObject("Scripting.Dictionary")ar=[a1].
CurrentRegion
'数组赋值Fori=2ToUBound(ar
叶知行
·
2020-07-05 17:51
VBA——Range操作
Range操作属性汇总属性名称属性内容例子Value单元格的值Range("A1:A10").Value=200
CurrentRegion
当前区域,以空行空列为边界Range("B5").
CurrentRegion
.SelectCount
风之工程师
·
2020-07-02 04:08
VBA字典+split提取‘标签’
Subcdsr()Dimarrarr=[a1].
CurrentRegion
'将数据放到数组Setd=CreateObject("scripting.dictionary")'创建字典Fori=2ToUBound
叶知行
·
2020-06-29 09:59
38、[VBA入门到放弃笔记]字典:将字典转换为一维数组
源数据Suba()Dimarr,dAsObjectSetd=CreateObject("scripting.dictionary")arr=[a1].
CurrentRegion
'----------新增字典
叶知行
·
2020-06-23 13:41
基于VBA编程实现一键操作线下自动分单实战工作案例
1---------------------------临时清除1Sub临时清除1()'单合同'Windows("随机分案模型").Activate'p=Range("E1").
CurrentRegion
.Rows.Count
chfing
·
2020-04-11 06:41
先进先出的问题?
Sub先进先出()DimArr,brr,crr(1To10000,1To4)Setd=CreateObject("scripting.dictionary")'创建字典Arr=[a1].
CurrentRegion
叶知行
·
2020-04-04 04:01
十三讲 单元格信息
ValueRange("b11")=Range("c2").TextRange("c10")="'"&Range("i3").FormulaEndSub单元格的地址Subsb1()WithRange("b2").
CurrentRegion
肉丸子豆
·
2020-03-21 14:11
36、[VBA入门到放弃笔记] 字典:属性
将武器放进字典Paste_Image.pngSuba()Dimarr,dAsObjectSetd=CreateObject("scripting.dictionary")arr=[a1].
CurrentRegion
叶知行
·
2020-03-06 06:11
''三维表''转一维表
源数据源数据结果结果Sub转置()Dimarr,brr(1To60000,1To4)'设置一个足够大的数组brrarr=[a1].
CurrentRegion
'源数据赋值到数组arrForj=2ToUBound
叶知行
·
2020-01-05 23:00
42、[VBA入门到放弃笔记]字典应用:求和
单列求和源数据Sub求和()Dimarr,iAsLong,dAsObjectarr=[a1].
CurrentRegion
'数组赋值Setd=CreateObject("scripting.dictionary
叶知行
·
2019-12-29 17:48
37、[VBA入门到放弃笔记]字典:判断key是否存在
源数据Suba()Dimarr,dAsObjectSetd=CreateObject("scripting.dictionary")arr=[a1].
CurrentRegion
'----------新增字典
叶知行
·
2017-07-02 15:18
分享一段VBA,Excel获取实时股票数据
分享如下:Subtest()Forr=3ToRange("A1").
CurrentRegion
.Rows.Countdm=Cells(r,1).ValueIfVal(dm)=sh000001Then'判断上证还是深证
诗与星空
·
2017-06-14 22:57
VBA代码实例---多个工作表内容合并到一个工作表中
¤工作表样式¤¤代码实例¤OptionExplicitSub合并工作表()DimiAsIntegerDimxAsInteger,yAsIntegerDimkAsInteger'Range("A1").
CurrentRegion
.Selec
半个馒头
·
2017-04-18 23:42
Excel VBA VBA去重复的几种方法
5,4,2,1,5,8,7,2,7,9,3,6,"22","23","221",22,23,221,"a","z","c")'测试数组'arr=WorksheetFunction.Transpose([a1].
CurrentRegion
ChristopherChen
·
2016-11-29 07:00
excel
vba
Excel
Excel VBA VBA去重复的几种方法
5,4,2,1,5,8,7,2,7,9,3,6,"22","23","221",22,23,221,"a","z","c")'测试数组'arr=WorksheetFunction.Transpose([a1].
CurrentRegion
ChristopherChen
·
2016-11-29 07:00
excel
vba
Excel
关于 range 区域 excel
WithWorkbooks("验证Range.xls").Sheets(2) .Range("A1").
CurrentRegion
.CopyDestination:=Workbooks("book2
·
2015-12-09 11:37
Excel
8 Range 对象
Application.Selection Worksheet.Cells Worksheet.Columns Worksheet.Range Worksheet.Rows Worksheet.UsedRange
CurrentRegion
·
2015-11-11 13:33
对象
如何为 Windows Phone 设置和调整 FM 收音机
属性 说明
CurrentRegion
设置收音机的频率区域信息。 Frequency 将 FM 收音机调至指定的频率。 Instance 返回 FM 收音机的实
·
2015-11-08 11:07
windows phone
VBA之
CurrentRegion
属性
CurrentRegion
属性代表什么您可能经常在程序代码中看到
CurrentRegion
属性,它是一个非常有用的属性,返回活动单元格所在的周围由空行和空列组成的单元格区域(即通常所说的当前区域),如图
·
2015-11-01 10:49
current
Excel根据单元格背景色批量设置格式的宏
并对其中的有效单元格进行格式的重置:1SubSetFont() 2 3DimmyAsWorksheet 4ForEachmyInWorksheets 5my.Activate 6ForEachcInActiveCell.
CurrentRegion
.Cells
ddr888
·
2012-12-05 13:00
VBA实战技巧精粹014:关于Range总结
WithWorkbooks("验证Range.xls").Sheets(2) .Range("A1").
CurrentRegion
.CopyDestination:=Workbooks("book2
·
2011-04-26 20:00
VBA
Excel求最后一行的代码和公式
[a1].
CurrentRegion
.Rows.Count+1 这句代码
lky5387
·
2009-01-08 09:00
c
function
String
Excel
Integer
报表
Excel 中 vbA 获得有效行数的方法
下面是用 vba 获得 有效行数的方法: Range("a1").
CurrentRegion
.SpecialCells(xlCellTypeLastCell).Row ActiveSheet.Range
womendu
·
2008-11-06 16:00
编程
Excel
VBA
Excel 中 vbA 获得有效行数的方法
下面是用vba获得有效行数的方法: Range("a1").
CurrentRegion
.SpecialCells(xlCellTypeLastCell).Row ActiveSheet.Range
precipitant
·
2008-11-06 16:00
编程
Excel
VBA
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他