From: Mowrya on
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.
From: מיכאל (מיקי) אבידן on
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.
From: Robert Flanagan on
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" <Mowrya(a)discussions.microsoft.com> wrote in message
news:D29F2CED-873D-46C0-8260-157075E1ECA4(a)microsoft.com...
> 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.