Good afternoon, I cant figure this out so any help will be great.
I have two userforms, userform1 and userform2. In short I will have both userforms open at the same time with the fous being on the second userform. Now can can I close both userforms?
If i use unload me it only closes the active userform. Ive tried
sub test()
unload me
userform1.close
end sub
Any ideas?
Thank you
I have two userforms, userform1 and userform2. In short I will have both userforms open at the same time with the fous being on the second userform. Now can can I close both userforms?
If i use unload me it only closes the active userform. Ive tried
sub test()
unload me
userform1.close
end sub
Any ideas?
Thank you