Moving macro response into a dated list

J

J5

What I'm trying to do is create a macro where you answer questions about
placing an order and then moving the order down to a list a below and placing
it in with other orders for the same date. For example, I already have
orders for July 1-20 and I get a new order for July 15th. I want to move
this data down in the list with the other orders for July 15th. Is this
possible? Thanks in advance!
 
D

Dave Peterson

I think I'd just get all my input from the user. Then when they're done, sort
the data by the date field (and any other keys).
 
L

Luke M

If it doesn't mess up your other data, it would be easier to have the macro
add data to end of list, and then simply sort based on date.
 

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