Thread
:
Hiding/Unhiding Rows Automatically
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Don Guillett[_2_]
external usenet poster
Posts: 1,522
Hiding/Unhiding Rows Automatically
If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Brad Resnick" <Brad
wrote in message
...
I think I need a Macro which accomplishes the same task: as the following
formula would, except I cant find a HIDE or UNHIDE function to include in
a
formula.
=IF(B24=4, UNHIDE Rows 10-25, IF(B24<4, HIDE Rows 10-25))
The Protected Workbook / Worksheet should OPEN with Rows 10-25 HIDDEN, but
with Macro running.
If at any time B24=4, it should UNHIDE Rows 10-25
If at any time B24<4, it should HIDE Rows 10-25
The Macro needs to be imbedded in the Workbook so that it automatically
runs regardless of who opens the workbook.
Can you help write this Macro, or suggest another method of accomplishing
the same thing?
Reply With Quote
Don Guillett[_2_]
View Public Profile
Find all posts by Don Guillett[_2_]