05-23-2007, 03:59 PM
Hi,
I am able to successfully run a macro on the remote network pc but how do I get the resultant string or integer data back into the "launching" PC to do further things with it?
string data on network computer ends up being for example
mrn = 1234567
I need to receive that data on the computer that launched the macro.
Something to do with the arguments function, I geuss, but I don't know how to set this up...
Any and all help is greatly greatly appreciated.
Thanks,
Stuart
I am able to successfully run a macro on the remote network pc but how do I get the resultant string or integer data back into the "launching" PC to do further things with it?
string data on network computer ends up being for example
mrn = 1234567
I need to receive that data on the computer that launched the macro.
Something to do with the arguments function, I geuss, but I don't know how to set this up...
Any and all help is greatly greatly appreciated.
Thanks,
Stuart