Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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). J5 wrote: 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! -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "J5" wrote: 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! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
A macro that will hide all but the last 20 dated rows. | Excel Discussion (Misc queries) | |||
How do I transform a word response to a numeric response? | Excel Discussion (Misc queries) | |||
How do I set up a daily call out response response register? | Excel Worksheet Functions | |||
Selecting a response on a dialogue box from a Macro | Excel Discussion (Misc queries) | |||
How to pick one or more items out of a list, moving to new list, moving up or down. (form) | Excel Discussion (Misc queries) |