View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GS[_2_] GS[_2_] is offline
external usenet poster
 
Posts: 3,514
Default ExportToExcel Macro

You might get better responses if you ask this in a user forum for
AttachmateWRQ, Reflections! The code appears to be very much VB[A] but
if it works in VS then I suspect the problem lies with the app running
the code.

FWIW.., I prefer people to output to a delimited file that can be
manipulated with standard VB I/O functions and arrays. That way the
content can be 'dumped' into a workseet with a single line of code (no
fuss there!).

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion