View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
muster muster is offline
external usenet poster
 
Posts: 25
Default write array to range

Hi all,

I'm picking up Excel VBA again and have some trouble with this:

Range("b2", "b501") = NPV,

where NPV is an array and it looks OK, but the output is all the same,
500 of the first element, what's wrong?

Thank you.