K
KevHardy
I’m trying to learn from previous mistakes, which mainly seem to be around
not planning well enough ahead and designing code on the fly! So I’m trying
to be pro-active ïŠ
Anyway, I’m planning a workbook with three sheets: New, Active and Archive.
The sheets are basically the same with a row of headers at the top with work
details entered in rows beneath.
What I would like to do is have two buttons in the last row of the header
labelled ‘Active’ and ‘Archive’ – having the buttons in the header so that I
don’t have to have a button in each row.
Then have a macro that can identify the active row and copy the entire.row
from ‘New’ to the first empty row in either ‘Active’ or ‘Archive’ depending
on which button is clicked. And then delete the old row from ‘New’ of course.
I have attempted to do this myself using bits of code from other solutions
you have been kind enough to give me here on the forum, but my knowledge of
vba isn’t good enough to be able to unpick them (yet). But in the few weeks
that I’ve been using vba I have learnt so much with your help!
Any help would be much appreciated.
not planning well enough ahead and designing code on the fly! So I’m trying
to be pro-active ïŠ
Anyway, I’m planning a workbook with three sheets: New, Active and Archive.
The sheets are basically the same with a row of headers at the top with work
details entered in rows beneath.
What I would like to do is have two buttons in the last row of the header
labelled ‘Active’ and ‘Archive’ – having the buttons in the header so that I
don’t have to have a button in each row.
Then have a macro that can identify the active row and copy the entire.row
from ‘New’ to the first empty row in either ‘Active’ or ‘Archive’ depending
on which button is clicked. And then delete the old row from ‘New’ of course.
I have attempted to do this myself using bits of code from other solutions
you have been kind enough to give me here on the forum, but my knowledge of
vba isn’t good enough to be able to unpick them (yet). But in the few weeks
that I’ve been using vba I have learnt so much with your help!
Any help would be much appreciated.