Thread: COleSafeArray
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
chelms chelms is offline
external usenet poster
 
Posts: 6
Default COleSafeArray

Anyone have a guess as to why you have to dimension the COleSafeArray with DIMENSION = 2 in order to read a column from a worksheet using the Range object? Seems like column data should be a single dimension, but COleSafeArray refuses to copy the VARIANT parray unless it is created with 2 dimensions.