Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Move data from 1 sheet to another

I need to move info from spreadsheet to another seperate sheet - I would like
to know if you can can just make a check mark in a specific cell and when you
hit enter the line item moves to another sheet - Say like on a accounts
receivable ageing report when an invoice is paid you can check it and it will
automatically move to say a paid invoice sheet

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Move data from 1 sheet to another

IMHO, run your macro AFTER you've marked cells adjacent to items you want
to move to a different worksheet.

You'll need to create the new sheet, keep track of what the most recent row
you've
posted to (so that new entries post one row below previous entry) and then
go back
and iterate over the source range again, deleting the ENTIRE ROW where there's
a check mark in the 'move this item' column.

I suggest doing these as two separate passes. It will make your coding much
easier. Deleting rows and keeping the loop counter in sync can be a headache.

You'll also want to know what the last row in the column your iterating
over. There are many methods, all well posted on the web. Familiarize
yourself with the CurrentRegion and the UsedRange.

"Joe V" wrote:

I need to move info from spreadsheet to another seperate sheet - I would like
to know if you can can just make a check mark in a specific cell and when you
hit enter the line item moves to another sheet - Say like on a accounts
receivable ageing report when an invoice is paid you can check it and it will
automatically move to say a paid invoice sheet

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I move daily data from one sheet to a 'yearly sheet' ClintH2007 Excel Worksheet Functions 3 September 10th 07 07:02 AM
Move data from sheet to sheet based on ColA Steve[_4_] Excel Programming 12 August 15th 07 09:41 PM
Move data to new sheet - rename sheet based on criteria ? [email protected] Excel Discussion (Misc queries) 7 May 16th 07 10:22 PM
move rows of data seperated in a sheet to a sheet with no separat Lynn Excel Worksheet Functions 5 December 22nd 06 03:18 AM
How to move data from one sheet to another TBep Excel Discussion (Misc queries) 0 January 11th 06 12:59 PM


All times are GMT +1. The time now is 02:37 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"