Thanks, that's really helpful however I don't understand how to write it into
the cell. If you could give a specific example that'd be great.
Thanks so much!
> You can do this using a worksheet event with a
>
[quoted text clipped - 21 lines]
> > automatically remove that row and archive it elsewhere?
> > Thanks in advance.
Peo Sjoblom - 27 Jun 2007 18:41 GMT
It's code, you don't put it in the cell
http://www.mvps.org/dmcritchie/excel/event.htm

Signature
Regards,
Peo Sjoblom
> Thanks, that's really helpful however I don't understand how to write it
> into
[quoted text clipped - 27 lines]
>> > automatically remove that row and archive it elsewhere?
>> > Thanks in advance.
AKphidelt - 27 Jun 2007 23:56 GMT
Follow these directions...
Go To
Tools--> Macro--> Visual Basic Editor
On the left you'll see a window called the project explorer... double click
on Sheet1 or whatever sheet has the data...
Then in the upper left you'll see a drop down box that says "General".
Change that to "Worksheet"
Then copy and paste the formula from my previous post word for word.
Keep in mind that you should play around with it on a test document first,
because you can not undo a macro. But once you put it in click on any cell
that has the word "Complete" in it and watch it work. Also make sure Column A
always has data in it, because the macro selects the first empty row in
Sheet2. So if column A doesn't have data but column B does, the next time you
run it, it will paste over the previous data. Let me know
> Thanks, that's really helpful however I don't understand how to write it into
> the cell. If you could give a specific example that'd be great.
[quoted text clipped - 25 lines]
> > > automatically remove that row and archive it elsewhere?
> > > Thanks in advance.