i need to scan a file and verify to a master list and email the nonconfirmed records. how do you start a project in vb without a form or can it be done.
Start up an ordinary project, delete ("remove" the form, add a standard module and call it something like modStartup, put a public Sub Main routine in it. Then go into Project, project1(or whatever) properties, and set the startup object to Sub Main. It will start there. Short but sweet. But, are you sure you don't want even a progress indicator?...
to be exact we download files every night from other locations. these records are put into a file. being the same everyday i have a master list and want to check the pulled records daily and email me the files that did not pull. thank you for the start.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.