Dear all,
I have this code working and would like to insert a progress bar. I´m having problems to do that...
Sub getExpiredUsers()
MsgBox "This script can take a few minutes to run!" & vbNewLine & "Please wait a while...", , "Return Experied Users Accounts"
Set objShell =...