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

    Create Object help

    Do I have to register some dll's or something, mayhaps?
  2. Zooby12

    Create Object help

    I have seen someone try that and it worked for them; for some reason, however, when I just tried it I still get the error. I'm not sure why.
  3. Zooby12

    Create Object help

    Sorry, irrelevant to the point but this is the real code (accidentally omitted the elseif). Option Explicit Dim iim1,iret Set iim1 = CreateObject("imacros") iret = iim1.iimInit("",FALSE) 'connect to open iMacros browser window Dim counter,counter2 counter = 1 counter2 = 1 Dim macro Do While...
  4. Zooby12

    Create Object help

    Sorry, I have no clue when it comes to objects. I'm trying to pass a macro onto this browser plugin called iMacros, and the example script they provided created the object this way. However, it does not work for me. Option Explicit Dim iim1,iret Set iim1 = CreateObject("imacros") iret =...
  5. Zooby12

    Create Object help

    I'm unsure as to how to create an object properly. I keep on getting the error code 800A01AD - ActiveX component can't create object. I don't know if this is because of my script or my computer setup. I'm on Windows 7 x64.
  6. Zooby12

    Closing an open file from VBScript

    I would like to close an open file from VBScript. So far with what I have, it keeps on telling me I need an object. I'm not sure how/what object to create for this instance. I'm very new to VBScript and still trying to get the hang of it with the object concept. Here's the little I have...
  7. Zooby12

    Choose file from windows file browser & pass as parameter 2 bat file?

    Thanks PHV! It worked! I swear I tried that though... I must've only tried the sParams with or without quotes. My fault. And thank you for the suggestions Geates.
  8. Zooby12

    Choose file from windows file browser & pass as parameter 2 bat file?

    Hi, i'm brand new to VBScript but I need to use it to choose a file from the windows file browser and pass the entire path of the file as a parameter to a bat file that i call. So far I have the option to pick a file, and the option to pass parameters to the bat file. I, however, can't get the...

Part and Inventory Search

Back
Top