Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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.
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
a column when placed in an array directly is two dimensional = (1 to # of
rows, 1 to 1) -- Regards, Tom Ogilvy chelms wrote in message ... 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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Well thanks, I guess a mathemetician defined that approach.
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|