gpt4 book ai didi

excel - 检查范围是否是整行

转载 作者:行者123 更新时间:2023-12-02 11:04:33 24 4
gpt4 key购买 nike

有没有类似的说法

if (Range1 contains all columns) then do stuff

在剪切和插入行时我需要运行一个子程序,并且当它不是整行时我还运行其他代码。

最佳答案

布鲁斯韦恩的建议似乎合乎逻辑。您还可以检查 yourRange.EntireRow.Address 是否与整行地址相同:

yourRange.EntireRow.Address = Range(yourRange.Cells(1, 1), yourRange.Cells(1, yourRange.Columns.Count)).Address

关于excel - 检查范围是否是整行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43796280/

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