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.
如何使用 excel VBA 删除/清除除一列之外的所有行?
附加信息:我有一列的公式使用我从访问数据库导入的其他列的值计算某件事。
如果我不想删除一列中的公式但想删除其他所有内容,有什么解决方法吗?
用于SpecialCells仅返回某些类型的单元格
SpecialCells
要删除所有常量,请使用:
ActiveSheet.UsedRange.SpecialCells(xlCellTypeConstants).ClearContents