gpt4 book ai didi

vba - 在 VBA 中使用变量整数定义范围

转载 作者:行者123 更新时间:2023-12-04 22:04:04 32 4
gpt4 key购买 nike

所以这是我的问题。我知道我们可以在 VBA 中定义一个范围,例如
范围(“A1:A300”)。现在说我有一些整数 x。我想要从 A1 到 Ax 的范围。我怎样才能在代码中写这个? Range("A1:Ax") 显然不起作用

最佳答案

您可以指定 anchor 单元然后扩展:

range("A1").resize(300)

关于vba - 在 VBA 中使用变量整数定义范围,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28294637/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com