View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kcenac kcenac is offline
external usenet poster
 
Posts: 1
Default Can an array be redim inside a for loop?

Am trying to write a vba program which needs to redim an array and
populate it with new numbers. But when i get to the part of the code
with for loop statement with the redim array inside the debugger just
jumps over that part of the code and go to another section.