Me.Width = ListView2.Left + ListView2.Width + 15
Dim x: x = Application.WorksheetFunction.Max(ListView1.Top + ListView1.Height, ListView2.Top + ListView2.Height) + 15
Me.Height = x
Do While Me.InsideHeight < x
Me.Height = Me.Height + 0.5
Loop
Me.Caption = "ListView"
End Sub