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 dencom 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: *

  • Users: Inovate
  • Content: Threads
  • Order by date
  1. Inovate

    How to send appointment using CDO and Excel

    I am trying to send an e-mail from Microsoft Excel VBA using CDO but I am unable to find any information on how to send a meeting request to another person that will appear on their calendar. It is important that I use the CDO code so I do not encounter the securtity warnings. Any suggestions...
  2. Inovate

    Attachmate Reflection

    I am use to programing VBA for Attachmate Extra, but now I am tasked with programming VBA for Attachmate Reflection which is the same thing as Extra but is Web Based....everything looks similiar I am just not sure how to call the application....below is the code I use to call the Extra...
  3. Inovate

    Type Mismatch Access 97

    I am having a problem converting VBA from 2007 to 97. I keep getting a Type Mismatch error. I recieve the error when referencing Tech_ID. In the Table this is a long integer I have tried dim Tech_ID as Long with no help...Any assistance you can give would be helpful....here is my code. Sub...
  4. Inovate

    Microsoft Access and Attachmate

    I have wrote many VBA scripts to pull information from Attachmate to Microsoft Excel, but I have never wrote a script in Access. Here is the question: I have a Table the contains three fields (Date, Associate Number, Money Collected) the data is contained in Attachmate and I need to scrape...
  5. Inovate

    Multple <tab>

    Is there a way to tab in Sessions multiplyed by a counter for example if the counter is 3 then I want to <tab> 3 times but I do not want to write the code as myscreen.sendkeys"<tab><tab><tab>". Any suggestions?
  6. Inovate

    Handling Multiple Open Sessions

    I am attempting to find a way to write a macro in Excel that refers to Attatchmate sessions, the problem is that the only code that I can get to work is Set Sess=sys.ActiveSession However I want to creat a list box that the user can pick which open Attachmate session they want to use...

Part and Inventory Search

Back
Top