Automatic Copy and Paste

B

Byron720

I have a big database with, among other things, customer ids, tracking #s,
parts shipped, etc. I also have a blank shipping template (in excel as well).
This is what I need to do on the shipping template:

1. Type Date
2. Type Customer ID
3. Excel extracts and pastes all information regarding shipping on that date
for that customer from my master database into the shipping template.

The template has fields like:
Part # - Qty - Order # - Tracking #

I think it is something like a mail merge
 
D

Don Guillett

Hard to tell without seeing but data>filter>autofilter would probably be of
help.
 
B

Byron720

Very close. Lets say I have this info on my master database:

Date
Order #
Customer #
Part #
Qty
Tracking #

Lets say my shipping template looks like a sales invoice template (excel). I
just want to go to my sales invoice, type the date, the cust # and everything
that was shipped on that date to that customer appears in the body of my
sales invoice (Order #, part #, qty, tracking #, etc)
 
D

Don Guillett

If desired, send your file to my address below along with this msg and
a clear explanation of what you want and before/after examples.
 
B

Byron720

Check your e-mails

Don Guillett said:
If desired, send your file to my address below along with this msg and
a clear explanation of what you want and before/after examples.


--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(e-mail address removed)
 
D

Don Guillett

Answered with a worksheet_change event to call an autofilter>copy paste
macro.
 

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