Macro

  • Thread starter Thread starter Greg Lions
  • Start date Start date
G

Greg Lions

I have a file (Inbound) with two tabs (active container)
and (history). The active container tab has 20 columns
one of the columns (emptied date) once it is fill-in (may
have several fill-in at one time)with an actual emptied
date, I would like to run a macro to move that row into
the history file. I want the history file to keep all
records that are transfered into it.

TFTH,
Greg
 
If I were doing it manually, I'd apply Data|filter|autofilter to the range.

Filter by that column to show non-blanks.

Copy those visible cells and paste into the other sheet.

Then come back to the original worksheet and delete those rows.

If I wanted it automated, I'd start by recording a macro when I did it manually.

If you need help with your recorded code, post back.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel 2003 Macro 2
Lookups 6
Filling in blank rows 1
Copy & paste table 4
Why this paste result? 4
Excel Macro for deleting Rows containing dates greater than "today" 0
Macro 3
macro showing and hiding detail 1

Back
Top