![]()
Sub HideEmptyColumns() Dim cell As Range For Each cell In ActiveSheet.Range("AL155:EZ155") cell.EntireColumn.Hidden = Len(cell.Text) = 0 Next cell End Sub
![]()
Sub HideEmptyColumns() Dim cell As Range For Each cell In ActiveSheet.Range("AL155:EZ155") cell.EntireColumn.Hidden = Len(cell.Text) = 0 Next cell End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks