Hi, I have 2 questions:
1. I'm looking for a better way to get a UserForm (frmParts) to show right from the start as soon as I open the workbook while hiding the application. I use the following when I initialize the application:
Application.Visible = False
frmParts.Show
Any ideas how to...