(Resolved) Load User and Group Accounts Window using VBA
I know there are ways to utilize the ADO Extentions (ADOX) to maintain users and groups using VBA. But I feel this is already maintained in the form provided by Microsoft (User and Group Accounts) and that it is enough for a user to handle setting up other users.
My questions is: Can I load this form using VBA? I know there are ways of opening other forms/wizards using the acwztool or acwzmain packages with the Application.Run method, but can I access this window in the same manner?
If there are other suggestions to handle this, let me know...
I know there are ways to utilize the ADO Extentions (ADOX) to maintain users and groups using VBA. But I feel this is already maintained in the form provided by Microsoft (User and Group Accounts) and that it is enough for a user to handle setting up other users.
My questions is: Can I load this form using VBA? I know there are ways of opening other forms/wizards using the acwztool or acwzmain packages with the Application.Run method, but can I access this window in the same manner?
If there are other suggestions to handle this, let me know...
Last edited: