I have an application that generates hatches for spaces (rooms) on the active drawing. The hatches are created with solid fills of different colors (depending on properties in a database) After the hatches have been created for the entire drawing I throw them all to back (so they don't cover op all the other elements in the drawing). Then I plot the drawing to dwf. After I have thrown all hatches to back and before I do the final plotting I try to update the drawing (Thisdrawing.Regen acAllViewports). I have also tried to call the Regen command (Thisdrawing.SendCommand "Regen" & vbcr). The drawing is updated ok - BUT! - AFTER the plotting actually have taken place?? I there a way to "stall" the plotting until the regen actually have finished? / Thomas Christensen