Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Here's a problem that's way beyond my very limited Excel programming skills. I have a large number (700) of Excel spreadsheets, which get generated periodically by a Perl script. The structure of these sheets is always the same; it consists of roughly 10-80 rows of primary information, each of which is followed by 1-50 rows of secondary information associated with that primary row. This secondary information is very useful occasionally, but it is visual clutter most of the time. The group that uses these spreadsheets has requested some quick way to toggle the show/hide status of these secondary rows, without having to laboriously select them, click on pull-down menus, etc. This problem is a likely good candidate for a macro-based solution, but the catch is that macros are out of the question in this case (at least for the time being) because the Perl script that generates the spreadsheets cannot write macros into these sheets. (I realize that the ideal solution would be to generate the sheets in VBA to begin with instead of Perl, but coding this preferable solution would take far more time than I have to do this.) It occurred to me that *if* it were possible for the value in one cell to control the show/hide status of a row not incident on that cell, then the task of toggling the visibility of the secondary rows would boil down to entering a suitable value in such a control cell, and perhaps have the worksheet perform a global recalculation. Is it possible for the value in a cell to control the show/hide status on a row? Thanks! kj -- NOTE: In my address everything before the first period is backwards; and the last period, and everything after it, should be discarded. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Toggle show / hide group outline symbols with shortcut | Excel Discussion (Misc queries) | |||
Hide data series in chart - toggle on and off | Charts and Charting in Excel | |||
using a toggle button to show or hide information in several cells | Excel Worksheet Functions | |||
Toggle Hide/Show | Excel Programming | |||
Toggle Hide/Show | Excel Programming |