View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
ccroche ccroche is offline
external usenet poster
 
Posts: 3
Default Named range in an array

Sorry, I think there is again a typo ...

If you want a 1D array
v = application.WorkSheetFunction.Transpose(Range("xyz "))

Christian CROCHE