JonesZoid
New Member
- Joined
- Dec 11, 2013
- Messages
- 27
All
I have a piece of code that creates a new row at the end of a table which i then reference as oNewRow.
I am now trying to get a specific cell from a another worksheet, and place it in a certain cell in the oNewRow.
Here is what i have tried thus far, to no avail
wsqt has already been set to the relevant sheet.
When run, the hard coded values show in the table but not the values from another sheet.... CONFUSED....
Craig
I have a piece of code that creates a new row at the end of a table which i then reference as oNewRow.
I am now trying to get a specific cell from a another worksheet, and place it in a certain cell in the oNewRow.
Here is what i have tried thus far, to no avail
Code:
oNewRow.Range.Cells(1, 5).Value = wsqt.Range(Cells(Selection.Row, 2).Address).Value
wsqt has already been set to the relevant sheet.
When run, the hard coded values show in the table but not the values from another sheet.... CONFUSED....
Craig