I am trying to hide excel columns in one of my files. There is no explicit function to do so, so instead I have 're-sized column' to 0.0001. However, it only accepts integer values (so the smallest is 1), meaning this method will not work.
One other (failed) method was to select the entire column and use keystrokes, but to the best of my knowledge there is no way to select and entire column.
Does anyone know how to hide columns?