Hello everyone. I'm new to vba and am looking for some guidance. I am using excel2003. Here's my problem...
sheet1 cells a1 to a16 contain a list of parts to be built. sheet1 cells b1 to b16 each contain a drop down list limiting values to "yes" or "no". "no" in sheet1 B1 needs to hide rows 16 and 17 on sheet2. "no" in sheet1 B2 needs to hide rows 18-20 on sheet2., "no" in sheet1 B3 needs to hide sheet2 rows 21-29, etc. What is the proper way to do this? A "yes" value i sheet1 should also make sure that the rows are visible. Is this even possible?
sheet1 cells a1 to a16 contain a list of parts to be built. sheet1 cells b1 to b16 each contain a drop down list limiting values to "yes" or "no". "no" in sheet1 B1 needs to hide rows 16 and 17 on sheet2. "no" in sheet1 B2 needs to hide rows 18-20 on sheet2., "no" in sheet1 B3 needs to hide sheet2 rows 21-29, etc. What is the proper way to do this? A "yes" value i sheet1 should also make sure that the rows are visible. Is this even possible?