View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Shifting Array Elements

"Alan Beban" wrote in message
...
Perhaps

(1 to 39999)
RedDim testarray(1 to 40000)
testarray(40000) = "newValue"

Alan Beban



Hi Alan,

Would that not shift rather more than the first item out of the array?


---
Regards,
Norman


,