B
bootlegg
How can I distribute this Outlook VbaProject.OTM code to multiple pcs without
user intervention?
Private Sub Application_Startup()
Set goWSHShell = CreateObject("WScript.Shell")
Message = goWSHShell.popup("This is a private computer system.", 5,
"Important Message")
End Sub
user intervention?
Private Sub Application_Startup()
Set goWSHShell = CreateObject("WScript.Shell")
Message = goWSHShell.popup("This is a private computer system.", 5,
"Important Message")
End Sub