R
rongchaua
Hi all,
when I try to copy forms,modules,views,tables,... from a project to another
with VBA. I have these problems.
When that target has a password protection --> a dialog of VBA Password
appears and askes the user for entering password --> super!!!
+ But when the user enters a false password --> this dialog will always be
called until the user enters the right password --> oh no!!!
+ When the user clicks Cancel-Button --> A dozens of error message come out
--> oh gott!!!
My questions are:
+ Can we catch the event that the user enters a false password --> for
example. after 3 times entering false password, then cancel the process of
copy
+ Can we catch the cancel-event of this VBA Password dialog?
Thanx in advance.
rongchaua
when I try to copy forms,modules,views,tables,... from a project to another
with VBA. I have these problems.
When that target has a password protection --> a dialog of VBA Password
appears and askes the user for entering password --> super!!!
+ But when the user enters a false password --> this dialog will always be
called until the user enters the right password --> oh no!!!
+ When the user clicks Cancel-Button --> A dozens of error message come out
--> oh gott!!!
My questions are:
+ Can we catch the event that the user enters a false password --> for
example. after 3 times entering false password, then cancel the process of
copy
+ Can we catch the cancel-event of this VBA Password dialog?
Thanx in advance.
rongchaua