Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Following advice posted here, we changed our expensive calculation to work
inside VB arrays instead of Excel, and then paste the results into the spreadsheet when it was done. This saved considerable time for the calculation. Suprisingly this had almost no overall effect on the time of the run. The reason is that after pasting in the values we loop over the rows in Excel and apply various colors to some of the fields on a per-row basis. THIS still takes almost as much time as it did before, so the overall gain is tiny. Sooo, is there some way to apply the styles in VB "inside" the array? IE, is there some sort of datatype we can put into the array that we can apply styles to, that will keep those styles when we copy into the spreadsheet? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
some unknown Cell styles are shown in cell styles | Excel Worksheet Functions | |||
Excel 2007 Styles | Setting up and Configuration of Excel | |||
Stop carrying over text styles when pasting | Excel Discussion (Misc queries) | |||
Excel Cell Styles - Quick Styles? | Excel Discussion (Misc queries) | |||
Styles in Excel | Excel Discussion (Misc queries) |