View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Help?[_2_] Help?[_2_] is offline
external usenet poster
 
Posts: 40
Default CSV Header Information

I have an excel program that converts excel files to csv files automatically
using VBA Macros. However, I am wanting to add csv print header information
example:
%!
XGF
9999 SETBUFSIZE
(,) SETDBSEP
QSTRIP_on
(GuntherIPEP.jdt) SETJDT
(IPEP.dbm) STARTDBM

The issue is that it must insert after csv conversion and not register as an
excel record. Is there VBA macros that will accomplish this for me? If so,
what would it be?