i have an array
arr=array("=1","=2")
in which i would like element 1 to
resize(,200).formula = "=1"
on starting on cell b1 and element 2 to
resize(,200).formula = "=2"
on starting on cell b2. was hoping for a for-next or loop type solution. thanks.