View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] atsioplakis@gmail.com is offline
external usenet poster
 
Posts: 1
Default VB6 and the Excel.Application Object

As of late I am experiencing an incredible slow down with Excel 2003
and formatting. I have code in Visual Basic 6 and I am open a
template Excel file. The excel file is filled with records from a SQL
Server data that is often formatted based on certain criteria. None
of the formatting can be off loaded to the template file,
unfortunately. Has anyone else experience this with Excel or the OLE
Excel.Application object from a VB6 application. Any suggestions
would be greatly appreciated for I seem to be all out of options.
Again, I know it's not the database call or anything weird like that
it is definitely the formatting code acting on the Excel.Application
object.

Thanks all

-Thanas