Hi,
I need to do the following macro:
I have one shipment report, where I put the quantity (in Metric tons) that I sent to each place. One place is our warehouse, and I need, if the lot appear like delivered, one macro to show the number of lots delivered in other range.
The table is the following:
<colgroup><col><col span="2"><col></colgroup><tbody>
</tbody>And I need, if the Balance show "D", the values (XXY 0120 in example) copied in other place. If this possible?
Thanks
I need to do the following macro:
I have one shipment report, where I put the quantity (in Metric tons) that I sent to each place. One place is our warehouse, and I need, if the lot appear like delivered, one macro to show the number of lots delivered in other range.
The table is the following:
Whs | |||
Lot | Allocated | In | Balance |
XXY 0101 | 20 | -20 | |
XXY 0102 | |||
XXY 0103 | |||
XXY 0104 | 20 | -20 | |
XXY 0105 | 20 | -20 | |
XXY 0106 | |||
XXY 0107 | |||
XXY 0108 | |||
XXY 0109 | |||
XXY 0110 | |||
XXY 0111 | |||
XXY 0112 | |||
XXY 0113 | |||
XXY 0114 | 20 | 20 | D |
XXY 0115 | 20 | 20 | D |
XXY 0116 | |||
XXY 0117 | |||
XXY 0118 | |||
XXY 0119 | 20 | 20 | D |
XXY 0120 | 20 | 20 | D |
XXY 0121 | |||
<colgroup><col><col span="2"><col></colgroup><tbody>
</tbody>
Thanks