Thread: Populate Range
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fabio Fabio is offline
external usenet poster
 
Posts: 3
Default Populate Range

What´s wrong with this? And, is there a way to populate a range in one
line code? Thanks in advance.


Sub Test
Range("E1:F3").value = Array(1,2,3,4,5,6)
end sub