Well I've been playing with the code for a while, and it works for one row and then the next row gives me an error. Here's what I'm trying to do: Column E (starting at row 3) can have two values-"F" or "A." If it's "F" I need the corresponding cells in columns G, H, and I disabled and grey'd out. If I remove the "F" from column E I would like the behavior reversed. Conceptually it seems so simple but I haven't been able to find code that will work for me. Could someone possibly help me with the VBA code for this? Thanks a million
Main Topics
Browse All Topics





by: thydzikPosted on 2009-10-22 at 23:51:02ID: 25641809
it is working for me,
modified for the whole column E,
see attached.
Select allOpen in new window
fixed example