Soldato
- Joined
- 18 Oct 2012
- Posts
- 8,350
Ok vba guys, i have a challenge for you;
I have a spreadsheet with 2 tabs; "order history" and "calculations"
On order history there's a table object i've named "ordertable"
What i want to do is find the first blank cell in column 4 of this table, and copy/paste values from fixed cells in the calculations sheet to this first blank cell and a cell 3columns to the right of it.
Any clues? I'm struggling with the whole table object thing, can just about get it to work if it wasn't a table by using .end(xlup) to find the last cell but doing so with the table object in place is eluding me.
If possible i'd like a gap between the pasting of the first and second values as there's an automated macro that runs when the first value is entered.
I have a spreadsheet with 2 tabs; "order history" and "calculations"
On order history there's a table object i've named "ordertable"
What i want to do is find the first blank cell in column 4 of this table, and copy/paste values from fixed cells in the calculations sheet to this first blank cell and a cell 3columns to the right of it.
Any clues? I'm struggling with the whole table object thing, can just about get it to work if it wasn't a table by using .end(xlup) to find the last cell but doing so with the table object in place is eluding me.
If possible i'd like a gap between the pasting of the first and second values as there's an automated macro that runs when the first value is entered.