View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ca1358 ca1358 is offline
external usenet poster
 
Posts: 37
Default Please Explain Two Lines of Code

Could you please explain the two lines of code?


Private Source as Range

..AddItem Source.Cells(index, 2)
..List(.ListCount) -1, a) = Source.cells(index, 3)


Thank you!
--
ca1358