Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is a repost from worksheet.functions. I was told to copy and paste but
appropriate columns but it's not possible so I'm looking for an answer here in programming. I have data on the company's server that can be exported in comma deliminated format and when I import and open, the header row is complete. My question is how do I, when importing, get the various headers to import into an existing header I have, with different names.How do I get the imported data into the headers I want each time that I import these files. I'm trying to do this without intervention so that everyone (20 employees in the bureau) can simply download the information and have it automatically be placed where it needs to. My problem is I don't know that much about VB or Macro's to do this. So if someone can help with vb programming or a macro to look at the imported information, with 20 rows of data and import into my existing worksheet that already has information in it. Something like: A1 = LName A2 = FName A3 = ERName A4 = ERaddr1 A5 = ERaddr2 A6 = City etc. all of these would be column headers with 20 rows of info below.... INTO A1 = CLastName A2 = CFirstName A3 = EmployersName A4 = EmployerAddress A5 = EmployerExtension A6 = City..... etc.... I need to import this and not disturb existing data, but add onto the list.... Thanks BOB Reynolds |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Importing data from access to excel to a specific columns | Links and Linking in Excel | |||
Proper procedures to delete multiple columns with 47,000 rows of data | Excel Discussion (Misc queries) | |||
Excel should support a proper inverse to "Text to columns" | Excel Discussion (Misc queries) | |||
Text to Columns / Importing Data | Excel Discussion (Misc queries) | |||
Importing fractions with proper format from CSV | Excel Programming |