Home |
Search |
Today's Posts |
#11
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
.... 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula or Code to keep Hidden Rows Hidden | Excel Worksheet Functions | |||
Viewing hidden characters | Excel Discussion (Misc queries) | |||
I need my Hidden Rows to stay hidden when I print the sheet. | Excel Discussion (Misc queries) | |||
Excel 2003 -Rows hidden. Scrolling unhides rows ! How do I stop th | Excel Discussion (Misc queries) | |||
hidden rows in Excel | Excel Discussion (Misc queries) |