Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default show all columns in a worksheet


Hi,

I have a worksheet that will have some columns hidden dynamically from
time to time. Is there a reliable way via VBA to unhide all columns
automatically?

Thanks a lot for your input.


--
huangx06
------------------------------------------------------------------------
huangx06's Profile: http://www.excelforum.com/member.php...o&userid=25014
View this thread: http://www.excelforum.com/showthread...hreadid=385699

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default show all columns in a worksheet


Cells.Select
Selection.EntireColumn.Hidden = False


--
pkohler
------------------------------------------------------------------------
pkohler's Profile: http://www.excelforum.com/member.php...fo&userid=8919
View this thread: http://www.excelforum.com/showthread...hreadid=385699

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default show all columns in a worksheet

activesheet.columns.hidden=false

--
HTH

Bob Phillips

"huangx06" wrote in
message ...

Hi,

I have a worksheet that will have some columns hidden dynamically from
time to time. Is there a reliable way via VBA to unhide all columns
automatically?

Thanks a lot for your input.


--
huangx06
------------------------------------------------------------------------
huangx06's Profile:

http://www.excelforum.com/member.php...o&userid=25014
View this thread: http://www.excelforum.com/showthread...hreadid=385699



Reply
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
I want to show only the first three columns Padre310 Excel Worksheet Functions 3 April 1st 10 06:40 PM
Show Zeros in some cells even though worksheet set to not show zer SteveM Excel Discussion (Misc queries) 6 August 18th 09 03:14 PM
how do i sort a worksheet data to show repetitve data and show mrcheatherington Excel Worksheet Functions 1 December 30th 07 02:26 PM
Only show certain columns Woda Excel Worksheet Functions 1 March 15th 07 11:51 PM
How do you print an Excel worksheet to show the rows and columns? Michaelangelo New Users to Excel 3 October 1st 05 02:23 PM


All times are GMT +1. The time now is 09:13 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"