M Manish B Jain New Member Jun 22, 2018 #1 Can someone help me write a small macro to help me weed out the blank cells in my selected column show only the ones with content in it.
Can someone help me write a small macro to help me weed out the blank cells in my selected column show only the ones with content in it.
p45cal Well-Known Member Jun 22, 2018 #3 Code: Sub blah() Selection.EntireColumn.AutoFilter Selection.EntireColumn.AutoFilter 1, "<>" End Sub
M Matther101 New Member Jun 23, 2018 #4 I need a solution for this too. Is it possible to do this without code? I can use a table an filter, but when I print the spaces remain.
I need a solution for this too. Is it possible to do this without code? I can use a table an filter, but when I print the spaces remain.