Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cloudstrife11

    Call Accessory Manager from Excel

    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...
  2. cloudstrife11

    CASL: using winstring and track statements

    That is EXACTLY what I was looking for...thanks
  3. cloudstrife11

    CASL: using winstring and track statements

    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...
  4. cloudstrife11

    Write text to specific Excel cells using CASL

    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...
  5. cloudstrife11

    CASL dialog textbox help

    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...

Part and Inventory Search

Back
Top