LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #11   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Excel - viewing hidden rows

.... and does it do what you expected?
Stefi


Brandy ezt *rta:

I did that...

Brandy

"Stefi" wrote:

Alt+F11(VB Editor),
Right click on your worksheet name among MS Excel objects
View code
Copy and paste code in the code window
Stefi


Brandy ezt *rta:

How do you install?

I'm in MS VB

Thanks

Brandy

"Stefi" wrote:

Install this event sub into your workbook:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.EntireRow.Hidden Then Target.EntireRow.Hidden = False
End Sub
Post if you need help on how to install!

Regards,
Stefi

Gaurav ezt *rta:

not that I know of...but same thing can be done using keyboard as well.

Alt+O R U

This will unhide the row you entered in Go-To.


"Brandy" wrote in message
...
Yes, that's correct; however, is there a command that will do it all in
one?

So, if I go to D1, is there a command that will open the row for viewing?

Thanks

Brandy

"Gaurav" wrote:

in Go-To, type A14 for example. Press enter. Then go to FormatRowUnhide


"Brandy" wrote in message
...
How can you view hidden rows with a "Go To" command?

I have hidden rows in a spreadsheet and I want to review a particular
row
or
column by using a "Go To" without un-hiding every row.

If I use the "go to" command, it will go to the desire row; however, it
will
not display the row or column for viewing.

Is this possible?

Thanks

Brandy






 
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
Formula or Code to keep Hidden Rows Hidden Carol Excel Worksheet Functions 6 May 1st 07 11:45 PM
Viewing hidden characters BT Connect Excel Discussion (Misc queries) 1 January 11th 07 04:20 PM
I need my Hidden Rows to stay hidden when I print the sheet. Rosaliewoo Excel Discussion (Misc queries) 2 July 20th 06 07:51 PM
Excel 2003 -Rows hidden. Scrolling unhides rows ! How do I stop th Excellent1975 Excel Discussion (Misc queries) 0 June 21st 06 08:01 PM
hidden rows in Excel David Excel Discussion (Misc queries) 6 October 28th 05 05:13 PM


All times are GMT +1. The time now is 09:59 AM.

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"