View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Neal Zimm[_3_] Neal Zimm[_3_] is offline
external usenet poster
 
Posts: 6
Default Collection vs. Array of Arrays, nszim

I can use a variant, but the docum says that's slower, but I've not had
experience to know how much slower. Others posts for this question indicates
it's not that much slower. I'll try it out. I've got some pretty large macros
and am concerned about the extra bytes that variant data takes up. Thanks for
the response,
Neal


"Gregg Roberts" wrote:

Can you use the variant data type? It allows you to refer to data as either
integer or string without having to explicitly convert it.

Gregg Roberts