G
Guest
I want to use Allen Brown's solution for timing out an application, but I
don't want the application to quit.
Instead of this
Application.Quit acSaveYes
I want something like this
Application.CurrentUser.logOff
Is there any thing like this in VBA?
Thanks, Rob
don't want the application to quit.
Instead of this
Application.Quit acSaveYes
I want something like this
Application.CurrentUser.logOff
Is there any thing like this in VBA?
Thanks, Rob