I am looking for a VBA code to filter the cells that contain 'FAG'
Example: ACIDE ACETYLSALICYLIQUE 1KG FAG
So I want to select all the cells with FAG in it.
Found something but it doesnt work.:
ActiveCell.Value(0, 1).like = "FAG"
I get error 9, subscript i out of reach
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…