Closing open userforms
Guillaume
-
jc80 Posted messages 5063 Registration date Status Member Last intervention -
jc80 Posted messages 5063 Registration date Status Member Last intervention -
Hello,
I am getting back to you regarding another issue.
I would like to close all the open userforms so that only the welcome userform is displayed.
I tried the following:
Dim USF As Object
For each USF in userforms
If USF.name.visible = true then USF.name.hide
Next USF
UF_Acceuil.show
But I don't understand, at the If statement I am ejected from my "for each" loop.
Best regards,
Guillaume
Configuration: iPhone / Safari 9.0
I am getting back to you regarding another issue.
I would like to close all the open userforms so that only the welcome userform is displayed.
I tried the following:
Dim USF As Object
For each USF in userforms
If USF.name.visible = true then USF.name.hide
Next USF
UF_Acceuil.show
But I don't understand, at the If statement I am ejected from my "for each" loop.
Best regards,
Guillaume
Configuration: iPhone / Safari 9.0