Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a situation where I want to match 5,000 part numbers in one workbook
against a seoarate 10,000 master part number workbook, copy two cells from the matched row and paste them in the original workbook row. The search would also be a loop for the 5,000 workbook. Where can I find an example of this type of VB coding? I have used the "Help" from VB whic is good but am still confused. Do I need to be an expert in VB to accomplish this task? Would appreciate any suggestions. Ed |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Ed Try using Excel's VLookup function.
See Excel's help or see Debra Dalgleish's tutorial at: http://www.contextures.com/xlFunctions02.html --- Regards, Norman "Ed.Rob" wrote in message ... I have a situation where I want to match 5,000 part numbers in one workbook against a seoarate 10,000 master part number workbook, copy two cells from the matched row and paste them in the original workbook row. The search would also be a loop for the 5,000 workbook. Where can I find an example of this type of VB coding? I have used the "Help" from VB whic is good but am still confused. Do I need to be an expert in VB to accomplish this task? Would appreciate any suggestions. Ed |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Norman,
Thanks for the reply and it looks like this approach will be a good method to try. I will try it tomorrow and report back. Ed "Norman Jones" wrote: Hi Ed Try using Excel's VLookup function. See Excel's help or see Debra Dalgleish's tutorial at: http://www.contextures.com/xlFunctions02.html --- Regards, Norman "Ed.Rob" wrote in message ... I have a situation where I want to match 5,000 part numbers in one workbook against a seoarate 10,000 master part number workbook, copy two cells from the matched row and paste them in the original workbook row. The search would also be a loop for the 5,000 workbook. Where can I find an example of this type of VB coding? I have used the "Help" from VB whic is good but am still confused. Do I need to be an expert in VB to accomplish this task? Would appreciate any suggestions. Ed |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Norman,
Just to let you know that the approach you suggested works great and I appreciate your help. Ed "Ed.Rob" wrote: Hi Norman, Thanks for the reply and it looks like this approach will be a good method to try. I will try it tomorrow and report back. Ed "Norman Jones" wrote: Hi Ed Try using Excel's VLookup function. See Excel's help or see Debra Dalgleish's tutorial at: http://www.contextures.com/xlFunctions02.html --- Regards, Norman "Ed.Rob" wrote in message ... I have a situation where I want to match 5,000 part numbers in one workbook against a seoarate 10,000 master part number workbook, copy two cells from the matched row and paste them in the original workbook row. The search would also be a loop for the 5,000 workbook. Where can I find an example of this type of VB coding? I have used the "Help" from VB whic is good but am still confused. Do I need to be an expert in VB to accomplish this task? Would appreciate any suggestions. Ed |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
New Excel development | Excel Discussion (Misc queries) | |||
Development considerations for Win XP | Excel Programming | |||
C# vba development | Excel Programming | |||
A development of a Macro by Tom | Excel Programming | |||
EXCEL MACRO DEVELOPMENT | Excel Programming |