Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello everyone, I need to create an automated macro that will: 1. Open a workbook (easy). 2. Then prompt to import a text file from the selected sheet in the workbook (easy). -- This is the tricky part: 3. The values in the imported file need to be compared to some values in another base worksheet based on ID numbers. 4. If the values match then another field from the "imported" file is written to the base worksheet. -- ** Any advice will be greatly appreciated. I need to start in the right direction then move forward. I'm assuming this will involve several modules. -- Thanks, Himansu |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Step 3 is wqay to vague to be abble to give any help. I would import text
data into worksheet and save file. Start step three from this point. Later combine the read text with the other steps. "Himansu" wrote: Hello everyone, I need to create an automated macro that will: 1. Open a workbook (easy). 2. Then prompt to import a text file from the selected sheet in the workbook (easy). -- This is the tricky part: 3. The values in the imported file need to be compared to some values in another base worksheet based on ID numbers. 4. If the values match then another field from the "imported" file is written to the base worksheet. -- ** Any advice will be greatly appreciated. I need to start in the right direction then move forward. I'm assuming this will involve several modules. -- Thanks, Himansu |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Importing a text file | Excel Discussion (Misc queries) | |||
Importing CSV file (saved as Text) into XL as Text -- over 60 colu | Excel Discussion (Misc queries) | |||
Importing text file, only option to edit existing file | Excel Discussion (Misc queries) | |||
Importing text file | Excel Discussion (Misc queries) | |||
importing text file, removing data and outputting new text file | Excel Programming |