no not possible
but you could declare array in different way
but you could declare array in different way
Code:
work=array("mon","tue","wed")
redim preserve work(5)
work(3)="thu"