Copying Cells from One Workbook to Another Based on Specific Criteria

Joined
Oct 22, 2007
Messages
12
Reaction score
0
Hi,

I'm new to VBA. I'm intermediate in Excel. Here is what I hope to accomplish.

I have two Workbooks.

Tracker and Balances.

Tracker captures 4 relevant columns all within one worksheet.

1. Control Number ( a unique number to each row )
2. Date ( the date the information was captured )
3. Amount ( the total cost of a transaction )
4. Purchase Order Number ( a number associated with a specific worksheet in Balances)

Balances contains multiple worksheets each named after a Purchase Order Number.

Now, the goal is in Tracker, in any given row, if the data in the column Purchase Order Number is the same as the name of a worksheet in the workbook Balances that the data from that row contained in columns Control Number, Date, and Amount be copied to the next available row in its corresponding worksheet on Balances.

I am not sure if this is even possible, but if it is, this is probally the best place to ask.

So, if anyone knows anything that can help me, I would greatly appreciate it.

Thanks,

Marty
 
Last edited:

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

Top