Hi guys,
I have a user form which adds values from a dynamic range when initializing to control boxes. But if the dynamic range is empty, then there is an error when the user form is initialized. I want to make a prompt to make a user to add values and only then to initialize the needed form.
Is it possible somehow to cancel form initialization? I tried using Unload Me in the initialize sub, but it does not work.
Any ideas?
I have a user form which adds values from a dynamic range when initializing to control boxes. But if the dynamic range is empty, then there is an error when the user form is initialized. I want to make a prompt to make a user to add values and only then to initialize the needed form.
Is it possible somehow to cancel form initialization? I tried using Unload Me in the initialize sub, but it does not work.
Any ideas?