How to call VB code

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
 
M

Michel Posseth [MCP]

Well in this situation i guess you only have 2 options

1 use a shell command from VBA
2 use COM

HTH

Michel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top