Dear Experts,

I just want to know and learn...where/what is the best source of learning the process logic please..???... For instance, this codes:

newRow.Cells(2).Range.InsertAfter Text:=txt_num.Text
newRow.Cells(3).Range.InsertAfter Text:=txt_floor.Text

is there any good way to learn: why I have to put newRow and when I should put "." and why I chose Cells with (2). and so on...it is difficult for beginner I think...Has anyone know where to learn this process logic please...???

Thanks a lot,

Jennifer