• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Unhide many columns at once

Hi All,
Greetings!!
I am having an excel file in which many columns are hidden. If I want to unhide few columns at once instead of doing the same one by one, is it possible without any VBA.


Thanks in advance!!
Regards
Neeraj Kumar Agarwal
 
Hi !

Select all cells, with CTRL + A for example, then on any column title
do a right click and select appropriate option
 
Select and Drag across the Column Headers
or
Select a Column Header, Hold Shift and Click on a Column Header afterv the hidden Columns
Right Click on the Column headers
Unhide

Enjoy
 
Hi,
Thanks for the suggestion!
Please find the sample file. I do not want all the hidden columns to get unhidden. I want few of them to get unhidden. If I select two columns then all the hidden columns in between will get unhidden.
Regards
Neeraj Kumar Agarwal
 

Attachments

  • Sample File.xlsx
    8.8 KB · Views: 2
Use the same Click and Drag I described above but continue to hold the Ctrl Key Down

eg:
Click and Drag D:F
whilst holding the Ctrl Key down Click and Drag I:K
repeat
Then right click on any Select Header and Unhide
 
Back
Top