Unhide a column among columns.

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
 
R

Robert Flanagan

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top