Excel精英培训网

 找回密码
 注册
数据透视表40+个常用小技巧,让你一次学会!
查看: 1411|回复: 0

[VBA] 第13集作业,请老师指导

[复制链接]
发表于 2020-4-28 00:23 | 显示全部楼层 |阅读模式
Sub 第1题()
Dim i, x
i = Range("c4").CurrentRegion.Rows.Count
x = Range("c4").CurrentRegion.Columns.Count
Range("A3") = Cells(i + 2, x + 2).Address(0, 0)
End Sub



Sub 第2题()
Dim i, x, y
i = Columns("D").Left
x = Columns("D").Width
y = Rows(3).Top
Range("F3").Comment.Shape.Top = y
Range("F3").Comment.Shape.Left = i + x
End Sub

评分

参与人数 1学分 +2 收起 理由
0126 + 2 学习,上交作业你搜下“VBA80集”在对应帖.

查看全部评分

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|Excel精英培训 ( 豫ICP备11015029号 )

GMT+8, 2024-3-29 17:52 , Processed in 0.412852 second(s), 10 queries , Gzip On, Yac On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表