
fast learner newbie question
I'm new here. I know other computer languages but not VBA, but just be given
an assignmen, and it seems
VBA with Excel is the way to go.
So, I've borrowed and stolen code, and talked to a few people.
Right now I'm in UserForms and I have a block of code
..................stuff here................................
Selection.Cells(1) = some referenced cells on another worksheet
Selection.Cells(1).Offset (1,2) = some other referenced cells
........................more stuff------------------------------
My question is, how do I get the cell assignment to be the cells I want,
rather than where my cursor is?