L
Lynn
I have a VBA project that I am trying to make more efficient. One area I
know I could do something is writting to a range rather than cell by cell. I
am having an issue though. In particular, my array is dimensioned to be 100
elements (for other reasons I am not using this as a dynamic array). At any
one time, the array would only be partially full. I want to set the range
for the size of the partial array and write this partial array to that range.
Nothing is working for me.
Thanks in advance for any help you can give.
know I could do something is writting to a range rather than cell by cell. I
am having an issue though. In particular, my array is dimensioned to be 100
elements (for other reasons I am not using this as a dynamic array). At any
one time, the array would only be partially full. I want to set the range
for the size of the partial array and write this partial array to that range.
Nothing is working for me.
Thanks in advance for any help you can give.