View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Return Array Dimenions

Here's one http://www.devx.com/vb2themax/Tip/18265

NickHK

"ExcelMonkey" wrote in message
...
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