My company switched from using Attachmate EXTRA! to using IBM Host On-Demand for all of our terminal functionality.
This renders every single one of my Excel macros useless.
I'd been writing all of my scripts in VB and using
to run the Attachmate portion of the script.
Anyone know if there's a similar function for Host On-Demand?
Thanks!
This renders every single one of my Excel macros useless.
I'd been writing all of my scripts in VB and using
Code:
rc% = Shell("C:\Program Files\Attachmate\EXTRA!\ebrun.exe C:\Folder\ExtraMacroFile.ebm")
to run the Attachmate portion of the script.
Anyone know if there's a similar function for Host On-Demand?
Thanks!