R
RobC
I have a UserForm for User Input and it is PreLoaded with the Previous
Input (which I store on the Worksheet) when Initalized and this all works
fine. There are times I run this form in the background (basically
initialize it and then execute my "Generate Configuration" button which
closes it and generates a congifuration. All works well except a white
blank the size of the form appears for a short time. I have
Application.ScreenUpdating=False but I guess that gets cleared when I do a
userform.show. Is there any way to run this form truly invisible?
Thanks, Rob
Input (which I store on the Worksheet) when Initalized and this all works
fine. There are times I run this form in the background (basically
initialize it and then execute my "Generate Configuration" button which
closes it and generates a congifuration. All works well except a white
blank the size of the form appears for a short time. I have
Application.ScreenUpdating=False but I guess that gets cleared when I do a
userform.show. Is there any way to run this form truly invisible?
Thanks, Rob