Rajasekhar
New Member
Hi all...
I Am Trying to write a Macro for doing this.. as i am new to macro's am unable to figure out how to do it.. Can any one please Help
Assume i have given the columns in Order Like IN is ColumnA Like dat...
InputData: (Sheet1)
IN OUT Item Unit Date Location
---------------------------------------------------------------------
AB XY Item1 No's 12-5-2013 IND
CD BV Item1 No's 12-5-2013 IND
ItemRoutingSheet2)
Item Routing
----------------------
Item1 Item1Route
Item2 Item2Route
RoutingSheet3)
Routing IN OUT RoutingSteps Department
------------------------------------------------------
Item1Route AB XY Step1 Procurement
Item1Route AB XY Step2 Selling
Item2Route CD BV Step1 Procurement
Item2Route CD BV Step2 Selling
From the above data
1. I Have to Select a Routing(From ItemRouting) based on Item (From InputData)
2. Based on the Routing Selected From Step1,IN,Out(From DataInput) select the Routingsteps,Department(From Routing)
3.Based on the Department Selected i Have to copy the details in that particular Department(Sheet)...
For the Above example the output will be:
Procurement(Sheet):
IN OUT Item Unit Date Location RoutingStep Department
--------------------------------------------------------------------------
AB XY Item1 N0's 12-5-2013 IND Step1 Procurement
CD BV Item1 N0's 12-5-2013 IND Step1 Procurement
Selling:
IN OUT Item Unit Date Location RoutingStep Department
--------------------------------------------------------------------------
AB XY Item1 N0's 12-5-2013 IND Step2 Selling
CD BV Item1 N0's 12-5-2013 IND Step2 Selling
Any Help will be Appreciated...
Thanks
Raj...
I Am Trying to write a Macro for doing this.. as i am new to macro's am unable to figure out how to do it.. Can any one please Help
Assume i have given the columns in Order Like IN is ColumnA Like dat...
InputData: (Sheet1)
IN OUT Item Unit Date Location
---------------------------------------------------------------------
AB XY Item1 No's 12-5-2013 IND
CD BV Item1 No's 12-5-2013 IND
ItemRoutingSheet2)
Item Routing
----------------------
Item1 Item1Route
Item2 Item2Route
RoutingSheet3)
Routing IN OUT RoutingSteps Department
------------------------------------------------------
Item1Route AB XY Step1 Procurement
Item1Route AB XY Step2 Selling
Item2Route CD BV Step1 Procurement
Item2Route CD BV Step2 Selling
From the above data
1. I Have to Select a Routing(From ItemRouting) based on Item (From InputData)
2. Based on the Routing Selected From Step1,IN,Out(From DataInput) select the Routingsteps,Department(From Routing)
3.Based on the Department Selected i Have to copy the details in that particular Department(Sheet)...
For the Above example the output will be:
Procurement(Sheet):
IN OUT Item Unit Date Location RoutingStep Department
--------------------------------------------------------------------------
AB XY Item1 N0's 12-5-2013 IND Step1 Procurement
CD BV Item1 N0's 12-5-2013 IND Step1 Procurement
Selling:
IN OUT Item Unit Date Location RoutingStep Department
--------------------------------------------------------------------------
AB XY Item1 N0's 12-5-2013 IND Step2 Selling
CD BV Item1 N0's 12-5-2013 IND Step2 Selling
Any Help will be Appreciated...
Thanks
Raj...