Our payroll program is accessed via a Citrix connection. We have been
attempting to write some visual basic code to "hijack" the citrix connection
and perform automation steps to automate some very monotonous steps. I have
been searching the Internet for days and haven't come up with as much as a
scrap of infomation on how to accomplish this. Anyone out there have
experience with this? I've tried some pretty basic code such as:

Dim IEApp as ICAClient
Set IEApp = GetObject("Citrix.ICAClient")

I've also attempted some API steps to cycle through the open windows to try
to identify the Citrix window again with no success.

Looking for any available help.
Thanks,
Randy