Hello,
I have been writing code using CASL language for Attachmate Accessory Manager. As many on these boards have stated, I have decided that this language is too limiting and want to convert to VB.
Can anyone provide a very simple macro built in Excel VB that can call Accessory Manager and...
Is it possible to use the track statement and winsring together (using CASL language with Attachmate Accessory Manager)?
I want the macro to run in the background while the user goes about his work.
I want the macro to constantly be tracking for a specific winstring (the page indicator in the...
Does anyone know how to specify in excel what cell the 'Write' statement sends strings to?
x = "Some Text"
sFile = "H:\My Documents\ExcelMacro.xls"
Open append sFile as #1
write #1, x
close #1
This will write to cell A1. If the marco is ran again, it will write to A2, and so...
I am using Attachmate Accessory Manager, Infoconnect Enterprise 8.1, which uses CASL language to build macros.
One use of this system is to document notes on clients…we call them the client’s “Remarks”. The Remarks page in Infoconnect is not very user friendly…it does not include spell check...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.