Hi pls. i try to create vba code, which will filter blankc cell in column where is cursor.
this is my try, but it doesnt works.
whats wrong please?
![]()
Sub filter_show_BLANK() ' ' filter_show_all Macro If ActiveSheet.FilterMode Then ActiveSheet.ShowBLANKSdata or i try ActiveSheet.AutoFilter Field:=1, Criteria1:="<>" End If End Sub
Bookmarks