03-07-2011, 04:12 PM
Is possible?
ExcelSheet.GetCells faster
|
03-07-2011, 04:12 PM
Is possible?
03-07-2011, 04:34 PM
Member function ExcelSheet.GetCellsFast
function ARRAY(str)&a [$range] ;;range examples: "" (all), "sel" (selection), "A1:C3" (range), press F1 to see more. In next QM will add flag "fast" to GetCells.
03-07-2011, 04:54 PM
Thanks.
03-07-2011, 05:19 PM
Is not easier to replace the function directly?
03-07-2011, 05:21 PM
May not work with some sheets, or get some values different.
03-07-2011, 05:25 PM
Thanks again.
01-12-2012, 11:28 AM
In QM 2.3.3 I want to replace GetCells code with this faster code.
Questions to all using GetCellsFast and SetCellsFast. 1. Are these functions reliable? 2. Did you ever notice some differences between GetCells and GetCellsFast? For example, maybe values of some cells are different. Now I don't remember why I did not use this faster code in GetCells. Maybe just because did not test speed with large worksheets.
01-12-2012, 12:14 PM
In principle, the two functions work ok.
I use a mixture of both. One suggestion, if possible, I would create a function (SetCell) for changing ColorIndex, font size and style, border ... |
« Next Oldest | Next Newest »
|