ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   not in array (https://www.excelbanter.com/excel-programming/442880-re-not-array.html)

ker_01

not in array
 
if(iserror(application.match(Cells(4, i).Value,HideArray,False))) then
Range(ColRef & "1:" & ColRef & 65536).Hidden = True
endif

(aircode)

"joemeshuggah" wrote:

is there a way to loop through cells and hide them if the cell value is not
in an array?

eg.

HideArray = Array("Test","Test2")

For i = LC To 4 Step -1
Cells(4, i).Select
ColRef = Left(ActiveCell.Address(0, 0), (ActiveCell.Column < 27) + 2)
If Cells(4, i).Value < (HideArray) Then
Range(ColRef & "1:" & ColRef & 65536).Hidden = True
End If

i get an error message on the line of code " If Cells(4, i).Value <
(HideArray) Then"



All times are GMT +1. The time now is 01:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com