View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.programming
dsi dsi is offline
external usenet poster
 
Posts: 6
Default loop replacement of multiple if-then's

the task break-down
- copy all primary "P" rows in currentlist from master list to a new
summary workbook

master list:
part# | primary flag
part1 | P
part1B |
part2 |
part2B |
part2C | P
part3 | P
part4 | P


current list:
part2
part4

the only part of the code that doesn't work is my old loop... (it also
causes some seemingly unrelated code to stop working ie.some MsgBoxes
before it in the code)

josh