ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   One-click hide or unhide rows & columns (https://www.excelbanter.com/excel-worksheet-functions/180991-one-click-hide-unhide-rows-columns.html)

Togowa

One-click hide or unhide rows & columns
 
Is there a way to hide or unhide rows and colums with a one-click feature
like the plus or minus sign that opens folders in a directory?

Max

One-click hide or unhide rows & columns
 
"Togowa" wrote:
Is there a way to hide or unhide rows and colums with a one-click feature
like the plus or minus sign that opens folders in a directory?


Try Data Group and Outline

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

Gord Dibben

One-click hide or unhide rows & columns
 
Only if you had your data grouped under DataGroup and Outline.

Otherwise CTRL + 9 hides selected rows.

CTRL + SHIFT + ( unhides rows

CTRL + 0 and CTRL + SHIFT + ) for columns

A one click faeture would be a toggle macro assigned to a button.

Sub togglethings()
Selection.EntireRow.Hidden = Not Selection.EntireRow.Hidden
' Selection.EntireColumn.Hidden = Not Selection.EntireColumn.Hidden
End Sub


Gord Dibben MS Excel MVP

On Sat, 22 Mar 2008 15:08:01 -0700, Togowa
wrote:

Is there a way to hide or unhide rows and colums with a one-click feature
like the plus or minus sign that opens folders in a directory?



[email protected]

One-click hide or unhide rows & columns
 
On Saturday, March 22, 2008 6:08:01 PM UTC-4, Togowa wrote:
Is there a way to hide or unhide rows and colums with a one-click feature
like the plus or minus sign that opens folders in a directory?


Group and Ungroup columns
1. Highlight Columns that are side by side.
2. In the Data tab, in the Outline group, click the group icon,


All times are GMT +1. The time now is 04:25 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com