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: Crash171
  • Content: Threads
  • Order by date
  1. Crash171

    Moving from Attachmate to Bluezone

    Hey guys, my company is moving from Attachmate to Bluezone. I was wondering if there are any forums for Bluezone so that I can start rewriting all of my macros. Does anyone have any advice? Is there a forum that is as good as this one for Bluezone? Or should I just take the plunge and start...
  2. Crash171

    Not moving onto next cell?

    I think I'm missing something very small. This is a rather simple macro (so far) that I am building onto. The problem that I am having is that "Putstring" (highlighted below) is not putting the next row into attachmate after it completes the first loop. Dim xlApp As Object, xlSheet As...
  3. Crash171

    Possibly 2 easy questions...

    My goal is to have this macro take the first item in Column A from excel (which is in A2), put it into Attachmate, run a few "sendkeys", then return a selection or text from Attachmate into Column B (and one into Column C as well) on the same row. Then it should move onto the next item in Column...
  4. Crash171

    I want to run a command in CMD (Command Prompt)

    As the title states, I would like to have a simple macro to run a command in CMD. To expand on this a little, I want to enter a "net use" command. To open CMD, this works: Shell "C:\Windows\System32\cmd.exe" Now how do I send the command? The command is basically "net use j: \\devicename...
  5. Crash171

    Bug Problem. "Illegal Statement" Help!!!!!

    lease help! I'm writing my first If/Then statement within a loop and having a little trouble. When I compile the code the dreaded red bug warning pops up on the last line and I get two errors. They are: * "Illegal Statement" If I click where "End Sub" is located * "Unexpected end of file" If I...
  6. Crash171

    Bug Problem. "Illegal Statement" Help!!!!!

    Please help! I'm writing my first If/Then statement within a loop and having a little trouble. When I compile the code the dreaded red bug warning pops up on the last line and I get two errors. They are: * "Illegal Statement" If I click where "End Sub" is located * "Unexpected end of file" If...
  7. Crash171

    Expanding my knowledge and would like some help

    I now feel like I can do rather well with sending commands/keys with AttachMate and would like to try something a little harder. This would involve two things I have never done before, A Dialog Box and commanding Internet Explorer. I would like to create a dialog box has the following choices...

Part and Inventory Search

Back
Top