How to call VB code

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

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
 
Well in this situation i guess you only have 2 options

1 use a shell command from VBA
2 use COM

HTH

Michel
 
Back
Top