View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] davschl@comcast.net is offline
external usenet poster
 
Posts: 2
Default Populating an array from a integers values column rows

Who do populate an array with a column of integers where some of the
cells in this column are empty? And then copy or past the values
(integers) in the array to another column of cells

Example:
Column A
Row 1 = 2
Row 2 = 3
Row 3 = empty
Row 4 = 5