Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
emg178 wrote:
Hi, I have a list of data that I want to put into a range in excel, and I want to know the fastest way of doing it. I have tried setting each cell value. That is around 0.2 seconds per cell. I have also tried setting an array of the values, and then stepping through the array and putting the value in the range with range_values(i) = array_values(i) This cuts it down to around 0.15 seconds per cell. Isn't there a faster way? With 100 cells, this gets pretty slow. range_values.Value = array_values Alan Beban |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculate values in an unlimited range of cells in a column WITHOUTalso calculating values that had previously been filtered AGAINST? | Excel Discussion (Misc queries) | |||
SUMPRODUCT or SUMIF if any values in a range equal any values in another range | Excel Worksheet Functions | |||
speedy way to do array-frequency? | Excel Discussion (Misc queries) | |||
Speedy way to create IF Function | Excel Worksheet Functions | |||
Search/Filter to find values in another range based on two cell values | Excel Programming |