Jeff Barnes
New Member
- Joined
- Sep 12, 2006
- Messages
- 12
Hi,
From within my app I open an .xls file and place data into cells.
Nothing fancy just code like:
oSheet:Cells( 1, 4 ):Value := "Some Data"
When running in XP I can add my data to the xls file in seconds.
For whatever reason, both Vista and Win7 are painfully slow.
I leave Excel hidden until all my data is placed then I allow Excel to visible.
It does not matter what version of Excel I try (97, 2003, 2007), they all do the same thing ... fast under XP and slow under Vista/Win7.
I have tried turning off UAC.
I have tried setting compatibility modes.
Does anyone know if there are some tweaks that can be done to solve this?
Thanks,
Jeff
From within my app I open an .xls file and place data into cells.
Nothing fancy just code like:
oSheet:Cells( 1, 4 ):Value := "Some Data"
When running in XP I can add my data to the xls file in seconds.
For whatever reason, both Vista and Win7 are painfully slow.
I leave Excel hidden until all my data is placed then I allow Excel to visible.
It does not matter what version of Excel I try (97, 2003, 2007), they all do the same thing ... fast under XP and slow under Vista/Win7.
I have tried turning off UAC.
I have tried setting compatibility modes.
Does anyone know if there are some tweaks that can be done to solve this?
Thanks,
Jeff