raven_squire
Board Regular
- Joined
- Jan 13, 2013
- Messages
- 99
Hello,
I am copying data to a VBA array, processing it a whole bunch and either coppying it back into to a worksheet or generating a chart directly from the array (I assume that is possible).
What is the best practice for a null or #N/A situituation?
I cant use My_Array(2, i) .Formula = "=NA()" is there something similar?
I cant avoid invalid data as each row of the array has an element that uses the previous row as a comparison, so row 0 is gaurenteed to have invalid data.
Thanks
I am copying data to a VBA array, processing it a whole bunch and either coppying it back into to a worksheet or generating a chart directly from the array (I assume that is possible).
What is the best practice for a null or #N/A situituation?
I cant use My_Array(2, i) .Formula = "=NA()" is there something similar?
I cant avoid invalid data as each row of the array has an element that uses the previous row as a comparison, so row 0 is gaurenteed to have invalid data.
Thanks