Unhide a column among columns.

  • Thread starter Thread starter Mowrya
  • Start date Start date
M

Mowrya

Hi,
There are 10 columns which are hidden between two columns(A and X). I want
to unhide only 1 or 2 columns without enabling(unhiding) remaing How can i do
it.
Thanks and regards
mowrya.K.B.P.
 
With the help of a Macro.
The command look like this:
Columns("E:G").EntireColumn.Hidden = False
*** Check the VBA Help ***
Micky
 
Click in the name box (it typically shows the selected cell. Type in a cell
in the column. Press enter. Then unhide the column. In 2003, its Format,
Column, Unhide. Not certain what it is in 2007.

Robert Flanagan
http://www.add-ins.com
Productivity add-ins and downloadable books on VB macros for Excel
 
Back
Top