View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey ExcelMonkey is offline
external usenet poster
 
Posts: 553
Default Return Array Dimenions

can anyone tell me how to return the number of dimenions that are in an
array? I know I can return the number of elements using Ubound (dimenion #,
array). But I want to return the dimension number.

Thanks

EM