How to call VB code

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

    #1

    How to call VB code

    I'm a VB newbee. I have a VB.net program I wrote to parse some text
    files. It works great. Instead of having a button click to run the
    code, I want to pass the file name to the code and get an updated file
    back. I want to run it from an MS Access 2003 database form running VBA.

    How?

    Jim
  • Michel Posseth  [MCP]

    #2
    Re: How to call VB code

    Well in this situation i guess you only have 2 options

    1 use a shell command from VBA
    2 use COM

    HTH

    Michel

    "Jim" <joSmith2im@Rem oveThisStuffNet scape.netschree f in bericht
    news:_rSdnVvE47 JWBS7bnZ2dnUVZ_ vOlnZ2d@massill oncabletv.com.. .
    I'm a VB newbee. I have a VB.net program I wrote to parse some text
    files. It works great. Instead of having a button click to run the code,
    I want to pass the file name to the code and get an updated file back. I
    want to run it from an MS Access 2003 database form running VBA.
    >
    How?
    >
    Jim

    Comment

    Working...