Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm working on a spreadsheet that will generate a reorder form when cells
indicate when inventory is low |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi JWP,
Look at using the AdvancedFilter feature. To extract filtered data to another sheet, invoke the filter from the destination sheet. If you are not familiar with this feature, see Debra Dalgleish;s tutorial at: http://www.contextures.com/xladvfilter01.html If you want to use VBA, turn on the macro recorder while performing the filter operation manually. The resultant code can then be edited to render it usable for the general situation. If you need help with such editing, post back. --- Regards, Norman "jwpmann" wrote in message ... I'm working on a spreadsheet that will generate a reorder form when cells indicate when inventory is low |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Two work sheets, A and B. Need info from one sheet to the other | Excel Discussion (Misc queries) | |||
How do I send or replicate info from sheet 1 to appear on sheet 2? | Excel Discussion (Misc queries) | |||
Exporting work sheet info to envelopes | Excel Discussion (Misc queries) | |||
If Info. from one Sheet matches, send it to another sheet | Excel Discussion (Misc queries) | |||
when condition is true, move row to end of different sheet | Excel Programming |