Thread: Arrays
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Russell Russell is offline
external usenet poster
 
Posts: 31
Default Arrays

I'm sure this is rather simple, however, I'm new to programming and VBA.

I have a spreadsheet where the first column contains the User IDs and the
first row contains the Task IDs. All of the other cells in between contain a
'1' or '2' (priority) where the user has the task. There are many blank cells.

I would like to take this data and put it into 3 columns -- User ID, Task
ID, and Priority. I'm guessing this can be done with an array in VBA, but
that is quite new to me.

Thanks in advance.