Is there a way to access User Globals from a scheduler?
I see I need to do this before I can accecss the workspace --
But how does one go about manipulating Global variables from a scheduler?
Any tips are helpful!
Thanks!
I see I need to do this before I can accecss the workspace --
Code:
Dim App As Object
Set App = GetObject("", "Workspace.Application")
Any tips are helpful!
Thanks!