I'm wondering how to avoid having to type out 'End With' after each with statement. Can anyone help?
Here's my code below:
Private Sub UserForm_Initialize()
'Start Userform Centered inside Excel Screen (for dual monitors)
Me.StartUpPosition = 0
Me.Left = Application.Left + (0.5 *...