Hi, I can't figure out what is with the highlight command. Help says: "Once the highlight flag for an object has been set, a call to the Update or Regen method is required to view the change." The following code is supposed to highlight my object, but it doesn't: Obj.Highlight True Obj.Update It does the opposite. Update sets highlight to false. Here's what I am doing: I pick an object on the screen, do some calculations and then delete the object. I can't make the selected object highlight unless I pick another object or put a message box. What can I do??? Thanks, Mike