Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

begginer need help 1

Status
Not open for further replies.

metalman

Programmer
Sep 17, 2001
35
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top