Search:

Type: Posts; User: bluenote

Search: Search took 0.02 seconds.

  1. Replies
    13
    Views
    65,665

    Re: [VBA] Run Application - Capture Output

    Thanks. In the meantime I've converted to this:

    cmd = "ipconfig /all"
    Dim objShell, objCmdExec
    Set objShell = CreateObject("WScript.Shell")
    Set objCmdExec = objShell.exec(cmd)
    ...
  2. Replies
    13
    Views
    65,665

    Re: [VBA] Run Application - Capture Output

    Thanks for getting back :) It fails even if I try your netstat /? example.
    My VBA (excel 2013) reports VBA 7.1 / Version 1042 7.1.1042

    I'm importing your CLS, adding 'ptrsafe' liberally where VBA...
  3. Replies
    13
    Views
    65,665

    Re: [VBA] Run Application - Capture Output

    Would also like to see a 2013 version of this, I get a 800403e8 automation error. Thanks for any pointers.
  4. Re: using webbrowser control and talking to flash

    Wow seraph, that's awesome help and very understandable.

    The last thing I'm having trouble with is, this:




    The default seems to be false, and all the pages I'm accessing don't bother to...
  5. Re: using webbrowser control and talking to flash

    Seraph,

    What do you think about a scenario where I don't know the variable name(s)? In a situation where its not my website for example?

    thanks

    Cory
  6. Re: using webbrowser control and talking to flash

    Hi guys

    Robbdog: thanks, this is a great place. I've found some references (on adobe and elsewhere) but as I read it its for app authors more than someone like me who is only in control of one...
  7. using webbrowser control and talking to flash

    I'm doing some browser form automation with the webbrowser control, and I want to have some degree of interactivity with flash forms (that I do not control) on the target webpages. I've read some...
Results 1 to 7 of 7



Click Here to Expand Forum to Full Width