Thanks. I was setting the top and left positions forgetting the listbox already had a start position. I then went to using
Me.List173.Top = Me.List173.Top - 1150
Me.List173.Height = 1250
Used it in the form load. However how do you set x,y co-ordinates, is this a move command (have never used move so guessing). Regards