UserForm5.Show
Application.ScreenUpdating = False
userform5 is a form that say "downloading"
when info is downloading into spreadsheets
I don't know if application.ScreenUpdating = False is giving it time to load all the way, because the form comes up and is whited out
is there a way to delay application.ScreenUpdating = False until the form is filled?
Application.ScreenUpdating = False
userform5 is a form that say "downloading"
when info is downloading into spreadsheets
I don't know if application.ScreenUpdating = False is giving it time to load all the way, because the form comes up and is whited out
is there a way to delay application.ScreenUpdating = False until the form is filled?