Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 VBA 有点生疏了,完全没有头脑。为了让您省去我的全部代码,我正在尝试做一件非常简单的事情:
给定单元格“D7”,我需要选择与该单元格对应的整个列。我的第一个想法是
.range("D7").columns.select
但这不起作用。
.Range("D7").EntireColumn.Select