Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
With the help of a Macro.
The command look like this: Columns("E:G").EntireColumn.Hidden = False *** Check the VBA Help *** Micky "Mowrya" wrote: 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. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 "Mowrya" wrote in message ... 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unhide column - why doesn't click unhide column work? | Excel Discussion (Misc queries) | |||
can no longer insert new columns & unhide hidden columns | Excel Worksheet Functions | |||
columns won't unhide | Excel Discussion (Misc queries) | |||
Hide/Unhide columns using button on top over relevant columns | Excel Discussion (Misc queries) | |||
How do I unhide a column when format/column/unhide won't work | Excel Worksheet Functions |