View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tony Girgenti Tony Girgenti is offline
external usenet poster
 
Posts: 21
Default Which project type to use for Excel

Hello.

I'm using VS2005 Pro VB with .NET 2.0. I want to create an application that
will import a comma delimited text file into an Excel 2003 workbook.

I want the program to simply run without input from the user and without
displaying any screens.

Should i use a console application project?

Any help would be gratefully appreciated.

Thanks,
Tony