LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default unhiding columns problem

Thanks for the response but I am a novice at this and I can't figure out what
sh.columns(21) means. Could you please explain it and how I am to use it?

Thank you

Neal


"Tom Ogilvy" wrote in message
...
for each sh in Worksheets
sh.Columns(21).Hidden = False
Next

or

for each sh in Activewindow.SelectedSheets
sh.Columns(21).Hidden = False
Next


--
Regards,
Tom Ogilvy

"Neal" wrote in message
...
I have a workbook with seven worksheets. I have recorded several macros

that
have selected all the worksheets and then cleared the contents in a range.

I
have used this same method to hide a column in all the worksheets

successfully
but when I try to unhide a column, it only works on one of the worksheets.

What
code can I use to to unhide the selected column on all seven worksheets.
Thanks
Neal







 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unhiding Columns Garyw Excel Discussion (Misc queries) 4 July 10th 08 03:48 PM
Unhiding columns Anuj Excel Discussion (Misc queries) 7 May 18th 07 02:15 PM
Hiding/Unhiding Columns xkarenxxxx Excel Worksheet Functions 8 June 5th 06 02:18 PM
Unhiding Columns RFJ Excel Discussion (Misc queries) 1 January 21st 05 10:28 AM
Unhiding columns jimmyp Excel Worksheet Functions 6 December 30th 04 08:31 PM


All times are GMT +1. The time now is 07:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"