如何隐藏除包含特定值/文本的列以外的所有列?

时间:2018-05-26 15:52:45

标签: excel hide display

我可以使用什么VBA宏来过滤掉不包含特定字符串文本/值的列。在下面的示例中,我从包含一些我不想看到的列的数据开始。我想隐藏所有列,除了包含至少一个具有我想要看到的值的单元格的列,在这个例子中,它是" Good"数据。

从这开始:

Excel spreadsheet image showing four columns containing either cells with either "Bad" or "Good" with one column having only "Bad"

结束于此:

Excel spreadsheet image showing three columns containing cells with both "Bad" or "Good"

1 个答案:

答案 0 :(得分:0)

我使用了这段代码,为每一列重复可能有我想看到的数据。这假设可能重要的数据在第4行。是否有更有效的方法?

DoubleStream.toArray()