On Wednesday 19 May 2004 17:14, Fabien Bodard wrote: > PUBLIC SUB Form_Resize() > ME.Text = ME.width > ME.Width = 80 > END I would think that the above code would cause an infinite loop. You'd need something like "IF ME.Width = 80 THEN RETURN" at the top, I would imagine. Rob