Excecute VBScript from Access

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Matthew Johnson

    Excecute VBScript from Access

    I can create a VBScript from SAP that scripts SAP actions. I can save
    this as a file and execute the VBScript by itself. How/where do I embed
    this into Access? As a module? As VBA code?

    Help!

    Matt


    --
    Matthew Johnson
    <matt@thosejohn sons.com>
    <http://www.thosejohnso ns.com/>
  • Tom van Stiphout

    #2
    Re: Excecute VBScript from Access

    On Thu, 05 Aug 2004 02:25:12 GMT, Matthew Johnson
    <matt@thosejohn sons.com> wrote:

    I've never done this against SAP, but I know that to execute VBScript
    code, you can use the Windows Script Host cscript.exe.
    You can invoke an external program using the Shell command.

    -Tom.

    [color=blue]
    >I can create a VBScript from SAP that scripts SAP actions. I can save
    >this as a file and execute the VBScript by itself. How/where do I embed
    >this into Access? As a module? As VBA code?
    >
    >Help!
    >
    >Matt[/color]

    Comment

    Working...